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 theStateEntryActions defined for the states in theModel.Model.getStateEntryActions()Obtains theStateEntryActions defined for the states in theModel.SimpleModel.getStateEntryActions()Obtains theStateEntryActions defined for the states in theModel.Methods in com.tangosol.util.fsm with parameters of type StateEntryActionModifier and TypeMethodDescriptionvoidSimpleModel.addStateEntryAction(S state, StateEntryAction<S> stateEntryAction) Adds/overrides theStateEntryActionfor the specified state in theModel.