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
ConstructorDescriptionProcessEvent
(Event<S> event) Constructs aInstruction.ProcessEvent
Instruction
. -
Method Summary
-
Constructor Details
-
ProcessEvent
Constructs aInstruction.ProcessEvent
Instruction
.- Parameters:
event
- theEvent
to process
-
-
Method Details