Package org.apache.mina.common
Interface IoFutureListener
- All Superinterfaces:
EventListener
Something interested in being notified when the result
of an
IoFuture
becomes available.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(IoFuture future) Invoked when the operation associated with theIoFuture
has been completed.