#include <IXFormulaAutomatonObserver.hpp>
Public Member Functions | |
| virtual void MQUALIFIER | onOutputChanged (const IString &rName, const Float &rfValue, IXMLNode &rNode)=0 |
Interface to receive the output callbacks of the formula automaton
| virtual void MQUALIFIER zeus::IXFormulaAutomatonObserver::onOutputChanged | ( | const IString & | rName, |
| const Float & | rfValue, | ||
| IXMLNode & | rNode | ||
| ) | [pure virtual] |
callback if an output has been changed
| rName | : Name of the output |
| rfValue | : float value |
| rNode | : XMLNode containing user defined data |