Interface Transition<S>


public interface Transition<S>
Interface to implement a Transition
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(StateMachine<S> stateMachine)
    Method to execute the transition
  • Method Details

    • execute

      void execute(StateMachine<S> stateMachine) throws Throwable
      Method to execute the transition
      Parameters:
      stateMachine - stateMachine
      Throws:
      Throwable - throwable