public static interface StateMachine.TransitionExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C> extends StateMachine.TransitionEvent<T,S,E,C>
| Modifier and Type | Method and Description |
|---|---|
TransitionException |
getException() |
S |
getTargetState() |
getCause, getContext, getSourceStategetStateMachineS getTargetState()
TransitionException getException()
Copyright © 2013–2016. All rights reserved.