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
AnInstruction
for aFiniteStateMachine
to process anEvent
.(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
Constructors Constructor Description ProcessEvent(Event<S> event)
Constructs aInstruction.ProcessEvent
Instruction
.
-
-
-
Constructor Detail
-
ProcessEvent
public ProcessEvent(Event<S> event)
Constructs aInstruction.ProcessEvent
Instruction
.- Parameters:
event
- theEvent
to process
-
-