Uses of Interface
com.tangosol.util.fsm.StateExitAction
Packages that use StateExitAction
-
Uses of StateExitAction in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type StateExitActionModifier 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
.Methods in com.tangosol.util.fsm with parameters of type StateExitActionModifier and TypeMethodDescriptionvoid
SimpleModel.addStateExitAction
(S state, StateExitAction<S> stateExitAction) Adds/overrides theStateExitAction
for the specified state in theModel
.