public class CallbackGroup<T> extends Object implements Callback<T>
| Constructor and Description |
|---|
CallbackGroup(Callback<T>[] callbacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled()
Calls when the operation has been cancelled.
|
void |
done(T result)
Calls when the operation completed successfully.
|
void |
failed(Throwable e)
Calls when the operation failed.
|
Copyright © 2016. All rights reserved.