T - state machine typeS - state typeE - event typeC - context typepublic interface StateContext<T extends StateMachine<T,S,E,C>,S,E,C>
| Modifier and Type | Method and Description |
|---|---|
C |
getContext() |
E |
getEvent() |
ActionExecutionService<T,S,E,C> |
getExecutor() |
TransitionResult<T,S,E,C> |
getResult() |
ImmutableState<T,S,E,C> |
getSourceState() |
StateMachine<T,S,E,C> |
getStateMachine() |
StateMachineData<T,S,E,C> |
getStateMachineData() |
StateMachine<T,S,E,C> getStateMachine()
StateMachineData<T,S,E,C> getStateMachineData()
ImmutableState<T,S,E,C> getSourceState()
C getContext()
E getEvent()
TransitionResult<T,S,E,C> getResult()
ActionExecutionService<T,S,E,C> getExecutor()
Copyright © 2013–2016. All rights reserved.