Package gda.jython

Interface ITerminalPrinter

All Known Implementing Classes:
JythonServerFacade, MockJythonServerFacade, NoOpTerminalPrinter

public interface ITerminalPrinter
Interface used by some classes to print to the client Terminal windows Provided to ensure loose coupling between callers and command runner implementation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(String text)
     
  • Method Details

    • print

      void print(String text)
      Parameters:
      text -