Uses of Interface
com.tangosol.util.fsm.StateExitAction
-
Uses of StateExitAction in com.tangosol.util.fsm
Modifier and TypeMethodDescriptionMap
<S, StateExitAction<S>> AnnotationDrivenModel.getStateExitActions()
Obtains theStateExitAction
s defined for the states in theModel
.Map
<S, StateExitAction<S>> Model.getStateExitActions()
Obtains theStateExitAction
s defined for the states in theModel
.Map
<S, StateExitAction<S>> SimpleModel.getStateExitActions()
Obtains theStateExitAction
s defined for the states in theModel
.Modifier and TypeMethodDescriptionvoid
SimpleModel.addStateExitAction
(S state, StateExitAction<S> stateExitAction) Adds/overrides theStateExitAction
for the specified state in theModel
.