- 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 java.util.concurrent.Future
Future.State
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, state
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener