Class CompositeIoFuture.NotifyingListener
java.lang.Object
org.apache.mina.core.future.CompositeIoFuture.NotifyingListener
- All Implemented Interfaces:
EventListener, IoFutureListener<IoFuture>
- Enclosing class:
CompositeIoFuture<E extends IoFuture>
private class CompositeIoFuture.NotifyingListener
extends Object
implements IoFutureListener<IoFuture>
-
Field Summary
Fields inherited from interface IoFutureListener
CLOSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(IoFuture future) Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.
-
Constructor Details
-
NotifyingListener
private NotifyingListener()
-
-
Method Details
-
operationComplete
Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.- Specified by:
operationCompletein interfaceIoFutureListener<IoFuture>- Parameters:
future- The sourceIoFuturewhich called this callback.
-