Interface ListenableScheduledFuture<T>

  • Type Parameters:
    T - The result object type returned by this future
    All Superinterfaces:
    java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed, java.util.concurrent.Future<T>, ListenableFuture<T>, java.util.concurrent.ScheduledFuture<T>

    public interface ListenableScheduledFuture<T>
    extends java.util.concurrent.ScheduledFuture<T>, ListenableFuture<T>
    Interface which includes the ScheduledFuture interface as well as the ListenableFuture interface.

    This is almost identically to ScheduledFuture except it provides the additional functionality of the ListenableFuture.

    Since:
    5.22 (since 1.0.0 under org.threadly.concurrent.future package)