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 TypeMethodDescriptionvoidThis method accepts information for the terminal to display to the user.default voidwriteInput(TerminalInput input)
-
Method Details
-
write
This method accepts information for the terminal to display to the user.- Parameters:
output-
-
writeInput
-