private class CompositeIoFuture.NotifyingListener extends java.lang.Object implements IoFutureListener<IoFuture>
CLOSE| Modifier | Constructor and Description |
|---|---|
private |
NotifyingListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(IoFuture future)
Invoked when the operation associated with the
IoFuture
has been completed even if you add the listener after the completion. |
public void operationComplete(IoFuture future)
IoFutureListenerIoFuture
has been completed even if you add the listener after the completion.operationComplete in interface IoFutureListener<IoFuture>future - The source IoFuture which called this
callback.