This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.


virtual void Geo::ITerminalOutputHandler::TerminalOutputCallback


public: void TerminalOutputCallback
(
    char * text
)


This method is called when output text should be handled.

  • No labels