edu.emory.mathcs.backport.java.util.concurrent
Interface ScheduledFuture
public
interface
ScheduledFuture
extends Delayed, Future
A delayed result-bearing action that can be cancelled.
Usually a scheduled future is the result of scheduling
a task with a
ScheduledExecutorService.
Since: 1.5
Author: Doug Lea