com.mindbright.terminal
public interface TerminalPrinter extends TerminalOutputListener
Modifier and Type | Method and Description |
---|---|
void |
printScreen()
Print a dump of the current screen.
|
void |
startPrinter(boolean tofile)
Start printing everything which is shown on the terminal from
now on.
|
void |
stopPrinter(boolean resetterminal)
Stop dumping data to the printer.
|
write