Class GeneralAttachmentCreateEvent

    • Constructor Detail

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