|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConsoleListener
Listener that is called back by a CommandConsole
instance at various moments.
| Method Summary | |
|---|---|
void |
onAbort(Console cons)
Called when the console exits (can be implemented to display a good-bye message). |
void |
onCommandNotFound(Console cons,
java.lang.String commandName)
Called when the console cannot interpret a given command (Can be implemented to display an error message). |
void |
onStart(Console cons)
Called when the console starts (can be implemented to display welcome message). |
| Method Detail |
|---|
void onStart(Console cons)
void onCommandNotFound(Console cons,
java.lang.String commandName)
void onAbort(Console cons)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||