Class MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask
- java.lang.Object
-
- com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization<V>
-
- com.google.common.util.concurrent.FluentFuture<V>
-
- com.google.common.util.concurrent.AbstractFuture<java.lang.Void>
-
- com.google.common.util.concurrent.MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask
-
- All Implemented Interfaces:
ListenableFuture<java.lang.Void>
,java.lang.Runnable
,java.util.concurrent.Future<java.lang.Void>
- Enclosing class:
- MoreExecutors.ScheduledListeningDecorator
@GwtIncompatible private static final class MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask extends AbstractFuture<java.lang.Void> implements java.lang.Runnable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.util.concurrent.AbstractFuture
AbstractFuture.TrustedFuture<V>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnable
delegate
-
Constructor Summary
Constructors Constructor Description NeverSuccessfulListenableFutureTask(java.lang.Runnable delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
addListener, afterDone, cancel, get, get, interruptTask, isCancelled, isDone, maybePropagateCancellationTo, pendingToString, set, setException, setFuture, toString, trustedGetException, wasInterrupted
-
Methods inherited from class com.google.common.util.concurrent.FluentFuture
addCallback, catching, catchingAsync, from, transform, transformAsync, withTimeout
-
-