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>
  • Constructor Details

    • NotifyingListener

      private NotifyingListener()
  • Method Details

    • operationComplete

      public void operationComplete(IoFuture future)
      Invoked when the operation associated with the IoFuture has been completed even if you add the listener after the completion.
      Specified by:
      operationComplete in interface IoFutureListener<IoFuture>
      Parameters:
      future - The source IoFuture which called this callback.