Uses of Interface
com.google.common.util.concurrent.FutureCallback
Packages that use FutureCallback
-
Uses of FutureCallback in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent declared as FutureCallbackModifier and TypeFieldDescription(package private) final FutureCallback<? super V>Futures.CallbackListener.callbackMethods in com.google.common.util.concurrent with parameters of type FutureCallbackModifier and TypeMethodDescriptionfinal voidFluentFuture.addCallback(FutureCallback<? super V> callback, Executor executor) Registers separate success and failure callbacks to be run when thisFuture's computation is complete or, if the computation is already complete, immediately.static <V> voidFutures.addCallback(ListenableFuture<V> future, FutureCallback<? super V> callback, Executor executor) Registers separate success and failure callbacks to be run when theFuture's computation is complete or, if the computation is already complete, immediately.Constructors in com.google.common.util.concurrent with parameters of type FutureCallbackModifierConstructorDescription(package private)CallbackListener(Future<V> future, FutureCallback<? super V> callback)