Package gda.jython

Interface Terminal

All Known Implementing Classes:
InputTerminalAdapter, JythonShell, JythonTerminalView, OutputTerminalAdapter

public interface Terminal
An interface for objects which register themselves with the JythonServerFacade and act like a terminal for that object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(String output)
    This method accepts information for the terminal to display to the user.
    default void
     
  • Method Details

    • write

      void write(String output)
      This method accepts information for the terminal to display to the user.
      Parameters:
      output -
    • writeInput

      default void writeInput(TerminalInput input)