Class HiddenAttachmentCreateEvent

    • Constructor Detail

      • HiddenAttachmentCreateEvent

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

        public HiddenAttachmentCreateEvent​(Object src,
                                           Attachment attachment)