Interface TransitionAction<S extends Enum<S>>


  • public interface TransitionAction<S extends Enum<S>>
    A TransitionAction encapsulates the actions to be performed as part of the Transition from one state to another.
    Since:
    Coherence 12.2.1
    Author:
    Brian Oliver
    See Also:
    Transition