#include <statemanager.h>

Public Member Functions | |
| TransitionOccurredEvent (State *from, State *to) | |
Public Attributes | |
| dtCore::RefPtr< const State > | mFrom |
| dtCore::RefPtr< const State > | mTo |
Protected Member Functions | |
| virtual | ~TransitionOccurredEvent () |
TransitionOccurredEvent is an Event which can be watched by classes interested in such an Event.
| dtABC::StateManager::TransitionOccurredEvent::TransitionOccurredEvent | ( | State * | from, | |
| State * | to | |||
| ) | [inline] |
| virtual dtABC::StateManager::TransitionOccurredEvent::~TransitionOccurredEvent | ( | ) | [inline, protected, virtual] |