public interface TerminalInputListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
TerminalInputListener.Key |
| Modifier and Type | Method and Description |
|---|---|
void |
character(char ch)
Called when a character is typed.
|
void |
controlKey(TerminalInputListener.Key key)
Called when a control key is typed.
|
void |
endInput()
Called on the end of input.
|
void character(char ch)
void controlKey(TerminalInputListener.Key key)
void endInput()