Interface TerminalInputListener
public interface TerminalInputListener
Receives terminal input.
-
Method Details
-
character
void character(char ch) Called when a character is typed. Note that this method is not called for the 'enter' key. -
controlKey
Called when a control key is typed. -
endInput
void endInput()Called on the end of input.
-