Uses of Interface
org.jdeferred2.CancellationHandler
-
Packages that use CancellationHandler Package Description org.jdeferred2 -
-
Uses of CancellationHandler in org.jdeferred2
Fields in org.jdeferred2 declared as CancellationHandler Modifier and Type Field Description private CancellationHandlerDeferredFutureTask. cancellationHandlerConstructors in org.jdeferred2 with parameters of type CancellationHandler Constructor Description DeferredFutureTask(java.lang.Runnable task, CancellationHandler cancellationHandler)Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(java.util.concurrent.Callable<D> task, CancellationHandler cancellationHandler)Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(DeferredCallable<D,P> task, CancellationHandler cancellationHandler)Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(DeferredRunnable<P> task, CancellationHandler cancellationHandler)Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.
-