org.apache.mina.common
Interface IoFutureListener

All Superinterfaces:
EventListener

public interface IoFutureListener
extends EventListener

Something interested in being notified when the result of an IoFuture becomes available.

Version:
$Rev: 555855 $, $Date: 2007-07-13 05:19:00 +0200 (Fr, 13. Jul 2007) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Field Summary
static IoFutureListener CLOSE
          An IoFutureListener that closes the IoSession which is associated with the specified IoFuture.
 
Method Summary
 void operationComplete(IoFuture future)
          Invoked when the operation associated with the IoFuture has been completed.
 

Field Detail

CLOSE

static final IoFutureListener CLOSE
An IoFutureListener that closes the IoSession which is associated with the specified IoFuture.

Method Detail

operationComplete

void operationComplete(IoFuture future)
Invoked when the operation associated with the IoFuture has been completed.

Parameters:
future - The source IoFuture which called this callback.


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