Uses of Interface
com.tangosol.util.fsm.Instruction
Packages that use Instruction
-
Uses of Instruction in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement InstructionModifier and TypeClassDescriptionstatic final classInstruction.ProcessEvent<S extends Enum<S>>static final classInstruction.TransitionTo<S extends Enum<S>>static classNonBlockingFiniteStateMachine.DelayedTransitionTo<S extends Enum<S>>ANonBlockingFiniteStateMachine.DelayedTransitionTois a specializedInstructionforNonBlockingFiniteStateMachines that enables aStateEntryActionto request a delayed transition to another state, unlike aInstruction.TransitionToInstructionwhich occurs immediately.static classNonBlockingFiniteStateMachine.ProcessEventLater<S extends Enum<S>>A specializedInstructionforNonBlockingFiniteStateMachines that enables aStateEntryActionto request anEventto be processed at some point in the future.Fields in com.tangosol.util.fsm declared as InstructionModifier and TypeFieldDescriptionstatic final InstructionInstruction.NOTHINGTheInstructionfor aFiniteStateMachineto do nothing.static final InstructionInstruction.STOPTheInstructionfor aFiniteStateMachineto stop.Methods in com.tangosol.util.fsm that return InstructionModifier and TypeMethodDescriptionStateEntryAction.onEnterState(S exitingState, S enteringState, Event<S> event, ExecutionContext context) Performs the necessary actions when aFiniteStateMachineenters a particular state.