Class AttachmentSavedEvent

All Implemented Interfaces:
Serializable

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

    • AttachmentSavedEvent

      public AttachmentSavedEvent(@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