public class BaseFutureListener<T> extends Object implements FutureListener<T>
| Constructor and Description |
|---|
BaseFutureListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(Future<T> future) |
void |
completeWithCancel(Future<T> future) |
void |
completeWithException(Future<T> future,
Throwable throwable) |
void |
completeWithResult(Future<T> future,
T result) |
public final void complete(Future<T> future)
complete in interface FutureListener<T>