public abstract interface ScheduledFuture<V>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.

extends Delayed, Future<V>

Parameters:
<V>    The result type returned by this Future

Since:  1.5