Uses of Interface
org.apache.mina.common.IoFutureListener

Packages that use IoFutureListener
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of IoFutureListener in org.apache.mina.common
 

Fields in org.apache.mina.common declared as IoFutureListener
static IoFutureListener IoFutureListener.CLOSE
          An IoFutureListener that closes the IoSession which is associated with the specified IoFuture.
 

Methods in org.apache.mina.common with parameters of type IoFutureListener
 void IoFuture.addListener(IoFutureListener listener)
          Adds an event listener which is notified when the state of this future changes.
 void IoFuture.removeListener(IoFutureListener listener)
          Removes an existing event listener which is notified when the state of this future changes.
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.