edu.emory.mathcs.util.concurrent
Interface ScheduledFuture

All Superinterfaces:
java.lang.Comparable, Delayed, Future

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

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