Inheritance diagram for class svt_fsm_state_callback:
Facade class for FSM state callbacks
Public Member Functions | |
| virtual function void | entering ( svt_fsm_state_base state ) |
| virtual function void | leaving ( svt_fsm_state_base state ) |
| function void | new ( string name = "svt_fsm_state_callback" ) |
|
||
This method gets called whenever the FSM reaches this state.
|
|
||
This method gets called whenever the FSM leaves this state.
|
|
||||||
Constructor provided so clients can pass in a name for the instance.
| ||||||
|