Class ProjectModifiedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred @TransactionAware public class ProjectModifiedEvent extends AbstractProjectModificationEvent
Event that is raised when a project has been successfully updated.

When this event is raised, the project's persisted state has been updated and committed, so ProjectEvent.getProject() matches the new values.

This event is internally audited at the CoverageLevel.BASE level.

See Also:
  • Constructor Details

    • ProjectModifiedEvent

      public ProjectModifiedEvent(@Nonnull Object source, @Nonnull Project oldValue, @Nonnull Project newValue)