EventListenerpublic interface IoFutureListener<F extends IoFuture> extends EventListener
IoFuture.| Modifier and Type | Field | Description |
|---|---|---|
static IoFutureListener<IoFuture> |
CLOSE |
| Modifier and Type | Method | 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
Copyright © 2004–2018 Apache MINA Project. All rights reserved.