org.apache.mina.common
Interface IoFuture.Callback

Enclosing class:
IoFuture

public static interface IoFuture.Callback

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


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

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.