Interface ChangeStateAction


  • public interface ChangeStateAction
    Action to change the state with knowledge of the current state
    • Method Detail

      • run

        State run​(State state)
        Action to run
        Parameters:
        state - current state
        Returns:
        the new state to set, if null will do nothing