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 Summary
FieldsFields 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.
-
Field Details
-
lock
-
-
Constructor Details
-
LockNotifyingListener
-
-
Method Details
-
operationComplete
Description copied from interface:IoFutureListenerInvoked 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.
-