public interface CompletionListener
CompletionListenerFuture
Modifier and Type | Method and Description |
---|---|
void |
onCompletion()
Notifies the application that the operation completed successfully.
|
void |
onException(Exception e)
Notifies the application that the operation failed.
|
void onCompletion()
void onException(Exception e)
e
- the Exception that occurredCopyright © 2013. All Rights Reserved.