Class IoServiceListenerSupport.LockNotifyingListener

java.lang.Object
org.apache.mina.core.service.IoServiceListenerSupport.LockNotifyingListener
All Implemented Interfaces:
EventListener, IoFutureListener<IoFuture>
Enclosing class:
IoServiceListenerSupport

private static class IoServiceListenerSupport.LockNotifyingListener extends Object implements IoFutureListener<IoFuture>
A listener in charge of releasing the lock when the close has been completed
  • Field Details

    • lock

      private final Object lock
  • Constructor Details

    • LockNotifyingListener

      public LockNotifyingListener(Object lock)
  • Method Details