Uses of Interface
com.tangosol.util.fsm.StateExitAction
Packages that use StateExitAction
- 
Uses of StateExitAction in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type StateExitActionModifier and TypeMethodDescriptionMap<S, StateExitAction<S>> AnnotationDrivenModel.getStateExitActions()Obtains theStateExitActions defined for the states in theModel.Map<S, StateExitAction<S>> Model.getStateExitActions()Obtains theStateExitActions defined for the states in theModel.Map<S, StateExitAction<S>> SimpleModel.getStateExitActions()Obtains theStateExitActions defined for the states in theModel.Methods in com.tangosol.util.fsm with parameters of type StateExitActionModifier and TypeMethodDescriptionvoidSimpleModel.addStateExitAction(S state, StateExitAction<S> stateExitAction) Adds/overrides theStateExitActionfor the specified state in theModel.