|
Project Wonder 5.0.0.9552 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IERAttachmentProcessorDelegate
A delegate for ERAttachmentProcessors.
| Method Summary | |
|---|---|
void |
attachmentAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
Called when an attachment is made available. |
void |
attachmentCreated(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
Called when an attachment is created (if you want to sneak in and modify the instance). |
void |
attachmentNotAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment,
String failureReason)
Called when an attachment is determined to be unavailable. |
| Method Detail |
|---|
void attachmentCreated(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
processor - the attachment processorattachment - the attachment
void attachmentAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
processor - the attachment processorattachment - the attachment
void attachmentNotAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment,
String failureReason)
processor - the attachment processorattachment - the attachmentfailureReason - the reason why the attachment is not available
|
Last updated: Fri, Jul 3, 2009 04:28 AM EDT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||