public interface IoFutureListener<F extends IoFuture> extends EventListener
IoFuture.| Modifier and Type | Field and Description |
|---|---|
static IoFutureListener<IoFuture> |
CLOSE
|
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(F future)
Invoked when the operation associated with the
IoFuture
has been completed even if you add the listener after the completion. |
static final IoFutureListener<IoFuture> CLOSE