class Geo::ITerminalInputHandler
Class providing this interface is a source of tty commands and may need polling.
Functions
Name | Description |
---|---|
SetTerminalCmdHandler(ITerminalCmdHandler *) | This method is called to set the command handler. |
TerminalInputPollCallback() | This method is called to poll the input handler. |
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::ITerminalInputHandler::SetTerminalCmdHandler
...
public: void SetTerminalCmdHandler
(
ITerminalCmdHandler * cmdHandler
)
...
This method is called to set the command handler.
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::ITerminalInputHandler::TerminalInputPollCallback
...
public: virtual void TerminalInputPollCallback()
...
This method is called to poll the input handler.