Package org.apache.mina.core.future
Class CompositeIoFuture.NotifyingListener
- java.lang.Object
-
- org.apache.mina.core.future.CompositeIoFuture.NotifyingListener
-
- All Implemented Interfaces:
java.util.EventListener,IoFutureListener<IoFuture>
- Enclosing class:
- CompositeIoFuture<E extends IoFuture>
private class CompositeIoFuture.NotifyingListener extends java.lang.Object implements IoFutureListener<IoFuture>
-
-
Field Summary
-
Fields inherited from interface org.apache.mina.core.future.IoFutureListener
CLOSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNotifyingListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoperationComplete(IoFuture future)Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.
-
-
-
Method Detail
-
operationComplete
public void operationComplete(IoFuture future)
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.
-
-