|
Clearspace API (1.3.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void attachmentAdded(AttachmentEvent event)
event - the AttachmentEventvoid attachmentDeleted(AttachmentEvent event)
event - the AttachmentEventvoid attachmentDownloaded(AttachmentEvent event)
event - the AttachmentEventvoid attachmentModified(AttachmentEvent event)
event - the AttachmentEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||