Class Instruction.TransitionTo<S extends Enum<S>>

java.lang.Object
com.tangosol.util.fsm.Instruction.TransitionTo<S>
All Implemented Interfaces:
Event<S>, Instruction
Enclosing interface:
Instruction

public static final class Instruction.TransitionTo<S extends Enum<S>> extends Object implements Instruction, Event<S>
An Instruction for a FiniteStateMachine to Instruction.TransitionTo another state. (immediately on the thread that created the Instruction).