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.
|