T - the future result type returned by this callback.public interface FutureCallback<T>
Future.void completed(T result)
void failed(java.lang.Exception ex)
void cancelled()
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.