Top Description Methods
java.util.concurrent

public Interface ScheduledFuture<V>

extends Delayed, Future<V>
Known Direct Subinterfaces
java.util.concurrent.RunnableScheduledFuture
Type Parameters
<V>
The result type returned by this 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

Method Summary

Inherited from java.util.concurrent.Delayed:
getDelay
Inherited from java.util.concurrent.Future:
cancelexceptionNowgetgetisCancelledisDoneresultNowstate