public interface OperationCallback
Modifier and Type | Method and Description |
---|---|
void |
failed(MailException exception)
Called when the operation failed.
|
void |
succeeded()
Called when the operation succeeded.
|
void succeeded()
void failed(MailException exception)