Interface StateModelTransition

  • All Known Implementing Classes:
    StateModelTransitionImpl

    public interface StateModelTransition
    StateModelTransition A transition points to a state and has an avent.
    Author:
    chatellier
    • Method Detail

      • getDestinationState

        StateModelState getDestinationState()
        Return the destination state
        Returns:
        a state
      • getEvent

        String getEvent()
        Return the event name
        Returns:
        the event name