Uses of Interface
com.tangosol.util.fsm.StateExitAction
-
Packages that use StateExitAction Package Description com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of StateExitAction in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type StateExitAction Modifier and Type Method Description Map<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 StateExitAction Modifier and Type Method Description void
SimpleModel. addStateExitAction(S state, StateExitAction<S> stateExitAction)
Adds/overrides theStateExitAction
for the specified state in theModel
.
-