public interface ClientCallback<T>
Modifier and Type | Method | Description |
---|---|---|
void |
completed(T result) |
Invoked when an operation completed.
|
void |
failed(IOException e) |
Invoked when the operation failed.
|
void completed(T result)
result
- the operation resultvoid failed(IOException e)
e
- the exceptionCopyright © 2018. All rights reserved.