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

All Superinterfaces:
java.lang.Comparable, Delayed, Future
All 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.

Since:
1.5
Author:
Doug Lea

Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Delayed
getDelay
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Future
cancel, get, get, isCancelled, isDone