Class AttachmentDeletedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class AttachmentDeletedEvent extends AttachmentEvent
Event that is raised when an attachment is deleted.
Since:
7.0
See Also:
  • Constructor Details

    • AttachmentDeletedEvent

      public AttachmentDeletedEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull Attachment attachment)
      Construct a new AttachmentEvent.
      Parameters:
      source - the component raising the event
      repository - the repository
      attachment - the attachment