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 ) |
|
||
This method gets called whenever the FSM reaches this state.
|
|
||
This method gets called whenever the FSM leaves this state.
|