A - type of args for action callbackspublic static interface FiniteStateMachine.ExitActionCallback<A>
| Modifier and Type | Method and Description |
|---|---|
void |
triggerExit(A val)
Function whose implementation would be triggered before state machine exiting current state.
|
void triggerExit(A val)
val - Args that was given to FiniteStateMachine.handleEvent(Event, Object).