Class GeneralAttachmentBatchUploadCompletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Contented, Timestamped, Serializable
Direct Known Subclasses:
AttachmentBatchUploadCompletedEvent, HiddenAttachmentBatchUploadCompletedEvent

public class GeneralAttachmentBatchUploadCompletedEvent extends AttachmentEvent
An event indicating that o batch of one or more attachments have completed uploading. Attachments in the list may have been created or updated in the request.
See Also:
  • Constructor Details

    • GeneralAttachmentBatchUploadCompletedEvent

      public GeneralAttachmentBatchUploadCompletedEvent(Object src, List<Attachment> attachments)
    • GeneralAttachmentBatchUploadCompletedEvent

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