Interface SingleArcTransition<OPERAND,EVENT>


@Public @Evolving public interface SingleArcTransition<OPERAND,EVENT>
Hook for Transition. This lead to state machine to move to the post state as registered in the state machine.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transition(OPERAND operand, EVENT event)
    Transition hook.
  • Method Details

    • transition

      void transition(OPERAND operand, EVENT event)
      Transition hook.
      Parameters:
      operand - the entity attached to the FSM, whose internal state may change.
      event - causal event