Class PlanArtifactDefinitionAddedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
PlanEvent, Serializable

@AsynchronousPreferred public class PlanArtifactDefinitionAddedEvent extends PlanArtifactDefinitionEvent
Event sent when ArtifactDefinition is added.
See Also:
  • Constructor Details

    • PlanArtifactDefinitionAddedEvent

      public PlanArtifactDefinitionAddedEvent(Object source, @NotNull @NotNull PlanKey chainKey, @NotNull @NotNull ArtifactDefinition artifactDefinition)