Uses of Class
com.tangosol.util.fsm.RollbackTransitionException
-
Uses of RollbackTransitionException in com.tangosol.util.fsm
Modifier and TypeMethodDescriptionvoid
TransitionAction.onTransition
(String sName, S stateFrom, S stateTo, Event<S> event, ExecutionContext context) Performs the necessary actions as part of aTransition
from one state to another, triggered by a specifiedEvent
.