|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
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,
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 |
public void onStart(Console cons)
public void onCommandNotFound(Console cons,
String commandName)
public void onAbort(Console cons)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||