Uses of Interface
com.tangosol.util.fsm.LifecycleAwareEvent
Packages that use LifecycleAwareEvent
-
Uses of LifecycleAwareEvent in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement LifecycleAwareEventModifier and TypeClassDescriptionstatic classNonBlockingFiniteStateMachine.CoalescedEvent<S extends Enum<S>>ANonBlockingFiniteStateMachine.CoalescedEventis aLifecycleAwareEventthat coalesces other (wrapped)Events with the same discriminator so that only oneEventactually executes.static classNonBlockingFiniteStateMachine.SubsequentEvent<S extends Enum<S>>ANonBlockingFiniteStateMachine.SubsequentEventis anEventthat ensures that another (wrapped)Eventto occur if an only if theFiniteStateMachineis at a certain transition count.