C - Contextpublic interface StateWithExitHandler<E,C>
| Modifier and Type | Method and Description |
|---|---|
C |
onExit(E outgoingEvent,
C context)
Executed when a
SimpleStateMachine transits away from this state. |
C onExit(E outgoingEvent, C context)
SimpleStateMachine transits away from this state.outgoingEvent - context - A computational context (if the SimpleStateMachine is not a
StateMachineWithContext null will be passed)Copyright © 2015. All rights reserved.