Interface TerminalInputListener


  • public interface TerminalInputListener
    Receives terminal input.
    • Method Detail

      • character

        void character​(char ch)
        Called when a character is typed. Note that this method is not called for the 'enter' key.
      • endInput

        void endInput()
        Called on the end of input.