Package org.apache.mina.core.future
Interface IoFutureListener<F extends IoFuture>
- Type Parameters:
F- The Future type
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CompositeIoFuture.NotifyingListener,IdleStatusChecker.SessionCloseListener,IoServiceListenerSupport.LockNotifyingListener,VmPipeConnector.LocalAddressReclaimer
Something interested in being notified when the completion
of an asynchronous I/O operation :
IoFuture.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(F future) Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.