IStateEventListener Class Reference
[Math]

State event callback inteface. More...

#include <StateMachine.h>

Inheritance diagram for IStateEventListener:
IMemoryValidate _SmTest2

List of all members.

Public Member Functions

virtual void OnStateEnter (const String &input, State *from, State *to)=0
virtual void OnStateLeave (const String &input, State *from, State *to)=0
virtual void OnStateTransition (const String &input, Transition *trans)=0
virtual void ValidateMem () const =0
virtual void CheckMem () const =0

Detailed Description

State event callback inteface.

Definition at line 38 of file StateMachine.h.


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