|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Console
Title: Console.java
Description:
| Method Summary | |
|---|---|
void |
clear()
Clears the console. |
java.lang.Object |
getInvocationTarget(ConsoleCommand cmd)
Gets an object that fulfills the command. |
boolean |
isBusy()
Checks whether the console is busy. |
void |
print(java.lang.String output)
Sends the given text to the console. |
void |
setBusy(boolean busy)
Tells the console whether it should look busy or not. |
| Method Detail |
|---|
java.lang.Object getInvocationTarget(ConsoleCommand cmd)
throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetExceptionvoid print(java.lang.String output)
void clear()
void setBusy(boolean busy)
boolean isBusy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||