| Constructor and Description |
|---|
CallbackAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled()
Calls when the operation has been cancelled.
|
void |
done(V result)
Calls when the operation completed successfully.
|
void |
failed(Throwable e)
Calls when the operation failed.
|
Copyright © 2016. All rights reserved.