public interface IoFutureListener<V>
void exception(Throwable t)
CancellationException of the
future was canceled or ExecutionException
if there was an error executing the task the future was waiting on.t - an instance of Throwablevoid completed(V result)
result - the result returned by the task.Copyright © 2009–2013 Apache MINA Project. All rights reserved.