private static class IoServiceListenerSupport.LockNotifyingListener extends java.lang.Object implements IoFutureListener<IoFuture>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
lock |
CLOSE| Constructor and Description |
|---|
LockNotifyingListener(java.lang.Object lock) |
| 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.