Clearspace API (1.3.0) Core Javadocs

com.jivesoftware.community.event
Interface AttachmentListener


public interface AttachmentListener

An AttachmentListener gets notified anytime an attachment event is fired. Concrete implementations of this class must have a zero argument constructor.


Method Summary
 void attachmentAdded(AttachmentEvent event)
          Fired when an attachment is added to a document.
 void attachmentDeleted(AttachmentEvent event)
          Fired when an attachment is deleted from a document.
 void attachmentDownloaded(AttachmentEvent event)
          Fired when an attachment was downloaded.
 void attachmentModified(AttachmentEvent event)
          Fired when an attachment was modified.
 

Method Detail

attachmentAdded

void attachmentAdded(AttachmentEvent event)
Fired when an attachment is added to a document.

Parameters:
event - the AttachmentEvent

attachmentDeleted

void attachmentDeleted(AttachmentEvent event)
Fired when an attachment is deleted from a document.

Parameters:
event - the AttachmentEvent

attachmentDownloaded

void attachmentDownloaded(AttachmentEvent event)
Fired when an attachment was downloaded.

Parameters:
event - the AttachmentEvent

attachmentModified

void attachmentModified(AttachmentEvent event)
Fired when an attachment was modified.

Parameters:
event - the AttachmentEvent

Clearspace Project Page

Copyright © 1999-2007 Jive Software.