Interface StateEntryAction<S extends Enum<S>>

Type Parameters:
S - the type of the state

public interface StateEntryAction<S extends Enum<S>>
A StateEntryAction encapsulates the actions to be performed by a FiniteStateMachine when a particular state is entered.

A StateEntryAction for a particular state will be executed when the FiniteStateMachine has been set (to the said state) or a Transition (to the said state) has successfully completed.

Since:
Coherence 12.2.1
Author:
Brian Oliver