Class FlowCreatedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlowCreatedEvent
    extends io.micronaut.context.event.ApplicationEvent
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowCreatedEvent​(StepFlow source, java.lang.String flowName)
      Constructs a prototypical Event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFlowName()  
      StepFlow getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FlowCreatedEvent

        public FlowCreatedEvent​(StepFlow source,
                                java.lang.String flowName)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        flowName - The name of the flow.
        Throws:
        java.lang.IllegalArgumentException - if source is null.
    • Method Detail

      • getSource

        public StepFlow getSource()
        Overrides:
        getSource in class java.util.EventObject
      • getFlowName

        public java.lang.String getFlowName()