IScriptObserver Class Reference

Inheritance diagram for IScriptObserver:

IBase


Public Methods

virtual void onOutput (const char *out)=0

Detailed Description

This is the interface for observing a script engine. Objects that this interface can be added as observers of an engine.


Member Function Documentation

void IScriptObserver::onOutput const char *    out [pure virtual]
 

Parameters:
out 


The documentation for this class was generated from the following files:

Return to top of page