-
- 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 bothListenableFuture
andScheduledFuture
.- Since:
- 15.0
- Author:
- Anthony Zana
-
-
Method Summary
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
-
-