Interface ListenableScheduledFuture<V>
- 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>
@Beta @GwtCompatible public interface ListenableScheduledFuture<V> extends java.util.concurrent.ScheduledFuture<V>, ListenableFuture<V>
Helper interface to implement both
ListenableFuture and ScheduledFuture.- Since:
- 15.0
- Author:
- Anthony Zana
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface java.util.concurrent.Delayed
getDelayMethods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDoneMethods inherited from interface org.docx4j.com.google.common.util.concurrent.ListenableFuture
addListener