java.util.EventListenerpublic interface IoFutureListener
extends java.util.EventListener
IoFuture becomes available.| Modifier and Type | Field | Description |
|---|---|---|
static IoFutureListener |
CLOSE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
operationComplete(IoFuture future) |
Invoked when the operation associated with the
IoFuture
has been completed. |
static final IoFutureListener CLOSE