|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
a necessary interface for creating a front end to the sleep console. all messages read in or written out from the console are done through a ConsoleProxy implementation.
| Method Summary | |
void |
consolePrint(String message)
print a message to the console with no newline |
void |
consolePrintln(Object message)
print a message to the console with a newline |
String |
consoleReadln()
read a message in from the console. |
| Method Detail |
public void consolePrint(String message)
message - the message to printpublic void consolePrintln(Object message)
message - the message to printpublic String consoleReadln()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||