public static class AbstractStateMachine.TransitionEndEventImpl<T extends StateMachine<T,S,E,C>,S,E,C> extends AbstractStateMachine.AbstractTransitionEvent<T,S,E,C> implements StateMachine.TransitionEndEvent<T,S,E,C>
| Constructor and Description |
|---|
AbstractStateMachine.TransitionEndEventImpl(S sourceState,
S targetState,
E event,
C context,
T stateMachine) |
| Modifier and Type | Method and Description |
|---|---|
S |
getTargetState() |
getCause, getContext, getSourceStategetStateMachineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCause, getContext, getSourceStategetStateMachinepublic S getTargetState()
getTargetState in interface StateMachine.TransitionEndEvent<T extends StateMachine<T,S,E,C>,S,E,C>Copyright © 2013–2016. All rights reserved.