Interface TerminalInterface

  • All Known Implementing Classes:
    QDLSASTerminal, SwingTerminal

    public interface TerminalInterface

    Created by Jeff Gaynor
    on 8/9/22 at 12:41 PM

    • Method Detail

      • setPrompt

        void setPrompt​(String text)
      • clearCurrentLine

        void clearCurrentLine()
      • setResultText

        void setResultText​(String x)
      • getResultText

        String getResultText()
      • shutdown

        void shutdown()