com.mindbright.terminal
Interface TerminalPrinter

All Superinterfaces:
TerminalOutputListener
All Known Implementing Classes:
TerminalMenuHandlerFull, TerminalMenuHandlerFullAWT, TerminalMenuHandlerFullSwing

public interface TerminalPrinter
extends TerminalOutputListener

Interface for printers which may be attached to terminals.


Method Summary
 void printScreen()
          Print a dump of the current screen.
 void startPrinter()
          Start printing everything which is shown on the terminal from now on.
 void stopPrinter()
          Stop dumping data to the printer.
 
Methods inherited from interface com.mindbright.terminal.TerminalOutputListener
write
 

Method Detail

printScreen

void printScreen()
Print a dump of the current screen.


startPrinter

void startPrinter()
Start printing everything which is shown on the terminal from now on.


stopPrinter

void stopPrinter()
Stop dumping data to the printer.