| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.metastatic.callbacks.AbstractCallbackHandlerorg.metastatic.callbacks.ConsoleCallbackHandlerpublic class ConsoleCallbackHandlerextends AbstractCallbackHandlerCallbackHandler that reads and writes
information to and from System.in and System.out.
Field Summary |
Fields inherited from class org.metastatic.callbacks.AbstractCallbackHandler | |
messages | |
Constructor Summary | |
Method Summary | |
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
Methods inherited from class org.metastatic.callbacks.AbstractCallbackHandler | |
handle, handleChoice, handleConfirmation, handleLanguage, handleName, handleOther, handlePassword, handleTextInput, handleTextOutput | |
protected void handleChoice(ChoiceCallback c)
throws IOException
- Overrides:
- handleChoice in interface AbstractCallbackHandler
protected void handleConfirmation(ConfirmationCallback c)
throws IOException
- Overrides:
- handleConfirmation in interface AbstractCallbackHandler
protected void handleLanguage(LanguageCallback c)
throws IOException
- Overrides:
- handleLanguage in interface AbstractCallbackHandler
protected void handleName(NameCallback c)
throws IOException
- Overrides:
- handleName in interface AbstractCallbackHandler
protected void handlePassword(PasswordCallback c)
throws IOException
- Overrides:
- handlePassword in interface AbstractCallbackHandler
protected void handleTextInput(TextInputCallback c)
throws IOException
- Overrides:
- handleTextInput in interface AbstractCallbackHandler
protected void handleTextOutput(TextOutputCallback c)
- Overrides:
- handleTextOutput in interface AbstractCallbackHandler