Uses of Interface
com.tangosol.util.fsm.StateEntryAction
-
Packages that use StateEntryAction Package Description com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of StateEntryAction in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type StateEntryAction Modifier and Type Method Description Map<S,StateEntryAction<S>>
AnnotationDrivenModel. getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.Map<S,StateEntryAction<S>>
Model. getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.Map<S,StateEntryAction<S>>
SimpleModel. getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.Methods in com.tangosol.util.fsm with parameters of type StateEntryAction Modifier and Type Method Description void
SimpleModel. addStateEntryAction(S state, StateEntryAction<S> stateEntryAction)
Adds/overrides theStateEntryAction
for the specified state in theModel
.
-