Class OnStateMachineStop

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.statemachine.event.StateMachineEvent
org.springframework.statemachine.event.OnStateMachineStop
All Implemented Interfaces:
Serializable

public class OnStateMachineStop extends StateMachineEvent
Generic event representing that state machine has been stopped or terminated.
Author:
Janne Valkealahti
See Also:
  • Constructor Details

    • OnStateMachineStop

      public OnStateMachineStop(Object source, StateMachine<?,?> stateMachine)
      Instantiates a new on state exit event.
      Parameters:
      source - the source
      stateMachine - the statemachine
  • Method Details