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