|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmuskel.util.ConsoleOutputManager
public class ConsoleOutputManager
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 |
|---|
public ConsoleOutputManager()
| Method Detail |
|---|
public void deliver(java.lang.Object result)
deliver in interface OutputManagerresult - the result token
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||