com.atlassian.confluence.event.events.content.attachment
Class AttachmentBatchUploadCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.content.ContentEvent
com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent
- All Implemented Interfaces:
- Contented, Timestamped, Serializable
public class AttachmentBatchUploadCompletedEvent
- 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:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
AttachmentBatchUploadCompletedEvent
public AttachmentBatchUploadCompletedEvent(Object src,
List<Attachment> attachments)