muskel
Interface OutputManager

All Known Implementing Classes:
ConsoleOutputManager

public interface OutputManager

this is the interface implemented to provide the class post processing the results computed by the skeleton program


Method Summary
 void deliver(java.lang.Object result)
          this is the method used to deliver a reuslt by the program manager
Users must supply an actual deliver method to properly handle the current result
 

Method Detail

deliver

void deliver(java.lang.Object result)
this is the method used to deliver a reuslt by the program manager
Users must supply an actual deliver method to properly handle the current result