Generated by
JDiff

Interface com.google.common.util.concurrent.FutureCallback

Changed Methods
void onFailure(Throwable) Changed from non-abstract to abstract. Invoked when a {@code Future} computation fails or is canceled.
void onSuccess(V) Changed from non-abstract to abstract. Invoked with the result of the {@code Future} computation when it is successful.