Interface ScheduledFuture<V>

  • All Superinterfaces:
    java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed, Future<V>, java.util.concurrent.Future<V>, java.util.concurrent.ScheduledFuture<V>

    public interface ScheduledFuture<V>
    extends Future<V>, java.util.concurrent.ScheduledFuture<V>
    The result of a scheduled asynchronous operation.