public interface IERAttachmentProcessorDelegate
Modifier and Type | Method and Description |
---|---|
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.
|
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, String failureReason)
processor
- the attachment processorattachment
- the attachmentfailureReason
- the reason why the attachment is not availableCopyright © 2002 – 2024 Project Wonder.