T
- the type of a successful completionpublic interface AsyncCompletionHandler<T>
Modifier and Type | Method | Description |
---|---|---|
void |
completed(T t) |
Invoked when an operation has completed.
|
void |
failed(Throwable t) |
Invoked when an operation fails.
|