Class GeneralAttachmentCreateEvent

All Implemented Interfaces:
Contented, Timestamped, Created, Serializable
Direct Known Subclasses:
AttachmentCreateEvent, HiddenAttachmentCreateEvent

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

    • GeneralAttachmentCreateEvent

      public GeneralAttachmentCreateEvent(Object src, List<Attachment> attachments)
      Construct a new GeneralAttachmentCreateEvent. 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
    • GeneralAttachmentCreateEvent

      public GeneralAttachmentCreateEvent(Object src, Attachment attachment)
    • GeneralAttachmentCreateEvent

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

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