T
- the future result type returned by this callback.public interface FutureCallback<T>
Future
.Modifier and Type | Method and Description |
---|---|
void |
cancelled() |
void |
completed(T result) |
void |
failed(java.lang.Exception ex) |
void completed(T result)
void failed(java.lang.Exception ex)
void cancelled()