Class AttachmentCreateEvent

All Implemented Interfaces:
Contented, Timestamped, Created, Serializable

public class AttachmentCreateEvent extends GeneralAttachmentCreateEvent
An event indicating that one or more visible attachments have been added to a piece of content.
See Also:
  • Constructor Details

    • AttachmentCreateEvent

      public AttachmentCreateEvent(Object src, List<Attachment> attachments)
      Construct a new AttachmentCreateEvent. Note that all attachments in a single event must have been attached to the same piece of content!
      Parameters:
      src - the event source
      attachments - the attachments that have been created
    • AttachmentCreateEvent

      public AttachmentCreateEvent(Object src, Attachment attachment)
    • AttachmentCreateEvent

      public AttachmentCreateEvent(Object src, List<Attachment> attachments, boolean suppressNotifications)
    • AttachmentCreateEvent

      public AttachmentCreateEvent(Object src, Attachment attachment, boolean suppressNotifications)