Class ProjectImportedEvent

All Implemented Interfaces:
Serializable

public class ProjectImportedEvent extends ProjectCreatedEvent
Event raised to indicate that a project has been successfully imported to this instance.

This event is internally audited at the CoverageLevel.BASE level

Since:
5.13
See Also:
  • Constructor Details

    • ProjectImportedEvent

      public ProjectImportedEvent(@Nonnull Object source, @Nonnull Project project)