Interface ListenableScheduledFuture<V extends @Nullable java.lang.Object>
-
- All Superinterfaces:
java.lang.Comparable<java.util.concurrent.Delayed>
,java.util.concurrent.Delayed
,java.util.concurrent.Future<V>
,ListenableFuture<V>
,java.util.concurrent.ScheduledFuture<V>
@GwtCompatible public interface ListenableScheduledFuture<V extends @Nullable java.lang.Object> extends java.util.concurrent.ScheduledFuture<V>, ListenableFuture<V>
Helper interface to implement bothListenableFuture
andScheduledFuture
.- Since:
- 15.0
- Author:
- Anthony Zana
-
-
Method Summary
-
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
-
-