Interface Event<S extends Enum<S>>

Type Parameters:
S - the type of the state of the FiniteStateMachine
All Known Subinterfaces:
LifecycleAwareEvent<S>
All Known Implementing Classes:
Instruction.TransitionTo, NonBlockingFiniteStateMachine.CoalescedEvent, NonBlockingFiniteStateMachine.DelayedTransitionTo, NonBlockingFiniteStateMachine.SubsequentEvent

public interface Event<S extends Enum<S>>
An Event captures the information that may trigger a Transition in a FiniteStateMachine from one state to another.
Since:
Coherence 12.2.1
Author:
Brian Oliver