Interface ListenableScheduledFuture<V>
- All Superinterfaces:
Comparable<Delayed>,Delayed,Future<V>,ListenableFuture<V>,ScheduledFuture<V>
- All Known Implementing Classes:
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask,SameThreadScheduledExecutorService.ImmediateScheduledFuture,TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture
Helper interface to implement both
ListenableFuture and ScheduledFuture.- Since:
- 15.0
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener