Uses of Interface
com.tangosol.util.fsm.StateEntryAction
-
Uses of StateEntryAction in com.tangosol.util.fsm
Modifier and TypeMethodDescriptionAnnotationDrivenModel.getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.Model.getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.SimpleModel.getStateEntryActions()
Obtains theStateEntryAction
s defined for the states in theModel
.Modifier and TypeMethodDescriptionvoid
SimpleModel.addStateEntryAction
(S state, StateEntryAction<S> stateEntryAction) Adds/overrides theStateEntryAction
for the specified state in theModel
.