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