Interface SelfTransition

    • Method Detail

      • execute

        boolean execute​(StateContext stateContext,
                        State state)
        Executes this SelfTransition.
        Parameters:
        stateContext - The context in which we are executing the transition
        state - The current state
        Returns:
        true if the execution succeeded, false otherwise.