muskel.util
Class ConsoleOutputManager

java.lang.Object
  extended by muskel.util.ConsoleOutputManager
All Implemented Interfaces:
OutputManager

public class ConsoleOutputManager
extends java.lang.Object
implements OutputManager

This is used to deliver output tokens to the user Console toString() is used to print the items.


Constructor Summary
ConsoleOutputManager()
           
 
Method Summary
 void deliver(java.lang.Object result)
          this is the method actually delivering the output token onto the user console, using a println and converting the object to a string with a call to toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutputManager

public ConsoleOutputManager()
Method Detail

deliver

public void deliver(java.lang.Object result)
this is the method actually delivering the output token onto the user console, using a println and converting the object to a string with a call to toString() method.

Specified by:
deliver in interface OutputManager
Parameters:
result - the result token