Class HiddenAttachmentCreateEvent

All Implemented Interfaces:
Contented, Timestamped, Created, Serializable

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

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