Uses of Interface
com.tangosol.util.fsm.LifecycleAwareEvent
-
Uses of LifecycleAwareEvent in com.tangosol.util.fsm
Modifier and TypeClassDescriptionstatic class
NonBlockingFiniteStateMachine.CoalescedEvent<S extends Enum<S>>
ANonBlockingFiniteStateMachine.CoalescedEvent
is aLifecycleAwareEvent
that coalesces other (wrapped)Event
s with the same discriminator so that only oneEvent
actually executes.static class
NonBlockingFiniteStateMachine.SubsequentEvent<S extends Enum<S>>
ANonBlockingFiniteStateMachine.SubsequentEvent
is anEvent
that ensures that another (wrapped)Event
to occur if an only if theFiniteStateMachine
is at a certain transition count.