Class NoopTransition

    • Constructor Detail

      • NoopTransition

        public NoopTransition​(java.lang.Object eventId)
        Creates a new instance which will loopback to the same State for the specified Event id.
        Parameters:
        eventId - the Event id.
      • NoopTransition

        public NoopTransition​(java.lang.Object eventId,
                              State nextState)
        Creates a new instance with the specified State as next state and for the specified Event id.
        Parameters:
        eventId - the Event id.
        nextState - the next State.