|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ERMessage.Delegate
Defines a delegate interface for receiving notifications about email messages.
Method Summary | |
---|---|
void |
deliveryFailed(ERMessage message,
java.lang.Throwable failure)
Called when a message fails to deliver. |
void |
deliverySucceeded(ERMessage message)
Called when a message is successfully delivered. |
void |
invalidRecipients(ERMessage message,
com.webobjects.foundation.NSArray<java.lang.String> invalidRecipientAddresses)
Called when a message fails with invalid recipients. |
Method Detail |
---|
void deliverySucceeded(ERMessage message)
message
- the message that was deliveredvoid invalidRecipients(ERMessage message, com.webobjects.foundation.NSArray<java.lang.String> invalidRecipientAddresses)
message
- the message that was not deliveredinvalidRecipientAddresses
- the array of invalid email addressesvoid deliveryFailed(ERMessage message, java.lang.Throwable failure)
message
- the message that failedfailure
- the exception of the failure
|
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 |