- All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>, ListenableFuture<V>, ScheduledFuture<V>
@GwtCompatible
public interface ListenableScheduledFuture<V extends @Nullable Object>
extends ScheduledFuture<V>, ListenableFuture<V>
Helper interface to implement both
ListenableFuture and ScheduledFuture.- Since:
- 15.0
- Author:
- Anthony Zana
-
Nested Class Summary
Nested classes/interfaces inherited from interface Future
Future.State -
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface ListenableFuture
addListenerModifier and TypeMethodDescriptionvoidaddListener(Runnable listener, Executor executor) Registers a listener to be run on the given executor.