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 TypeMethodDescriptionvoidoperationComplete(IoFuture future) Invoked when the operation associated with theIoFuturehas been completed.