class Geo::ITerminalOutputHandler
A class that provides this interface can display tty output strings.
Functions
Name | Description |
---|---|
TerminalOutputCallback(char *) | This method is called when output text should be handled. |
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::ITerminalOutputHandler::TerminalOutputCallback
...
public: void TerminalOutputCallback
(
char * text
)
...
This method is called when output text should be handled.