|
Project Wonder 5.0 | |||||||||||
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,
java.lang.String failureReason)
Called when an attachment is determined to be unavailable. |
Method Detail |
---|
void attachmentCreated(ERAttachmentProcessor<?> processor, ERAttachment attachment)
processor
- the attachment processorattachment
- the attachmentvoid attachmentAvailable(ERAttachmentProcessor<?> processor, ERAttachment attachment)
processor
- the attachment processorattachment
- the attachmentvoid attachmentNotAvailable(ERAttachmentProcessor<?> processor, ERAttachment attachment, java.lang.String failureReason)
processor
- the attachment processorattachment
- the attachmentfailureReason
- the reason why the attachment is not available
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |