Package org.apache.mina.common
Interface IoFutureListener
-
- All Superinterfaces:
java.util.EventListener
public interface IoFutureListener extends java.util.EventListener
Something interested in being notified when the result of anIoFuture
becomes available.
-
-
Field Summary
Fields Modifier and Type Field Description static IoFutureListener
CLOSE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
operationComplete(IoFuture future)
Invoked when the operation associated with theIoFuture
has been completed.
-
-
-
Field Detail
-
CLOSE
static final IoFutureListener CLOSE
-
-