Class AttachmentCreateEvent

    • Constructor Detail

      • 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)