Interface State<E>

    • Method Detail

      • getFSM

        FSM<E> getFSM()
      • checkStartingState

        default void checkStartingState()
                                 throws CancelFSMException
        Checks whether the starting state of the fsm is this state. In this case, the fsm is notified about the starting of the FSM.
        Throws:
        CancelFSMException - @throws CancelFSMException If the interaction is cancelled by a handler during the starting step.
      • uninstall

        default void uninstall()