onStateChanged method
- State previousState
This method called whenever the state as changed from the previousState
It may be usefull to trigger new actions regarding the transition, or for tracing reasons.
Implementation
@protected
void onStateChanged(State previousState) {}