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