edu.emory.mathcs.backport.java.util.concurrent

Interface ScheduledFuture

All Superinterfaces:
Comparable, Delayed, Future
Known Subinterfaces:
RunnableScheduledFuture

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.
Author:
Doug Lea
Since:
1.5

Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Delayed

getDelay

Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Future

cancel, get, get, isCancelled, isDone