Package com.tangosol.util.fsm
Class Instruction.ProcessEvent<S extends Enum<S>>
java.lang.Object
com.tangosol.util.fsm.Instruction.ProcessEvent<S>
- All Implemented Interfaces:
Instruction
- Enclosing interface:
Instruction
public static final class Instruction.ProcessEvent<S extends Enum<S>>
extends Object
implements Instruction
An
Instruction for a FiniteStateMachine to process an Event.
(immediately on the thread that created the Instruction).
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.util.fsm.Instruction
Instruction.ProcessEvent<S extends Enum<S>>, Instruction.TransitionTo<S extends Enum<S>> -
Field Summary
Fields inherited from interface com.tangosol.util.fsm.Instruction
NOTHING, STOP -
Constructor Summary
ConstructorsConstructorDescriptionProcessEvent(Event<S> event) Constructs aInstruction.ProcessEventInstruction. -
Method Summary
-
Constructor Details
-
ProcessEvent
Constructs aInstruction.ProcessEventInstruction.- Parameters:
event- theEventto process
-
-
Method Details