public interface java.util.concurrent
ScheduledFuture<V>


Show All Login
Java SE 6
  
Implements: Delayed, Future
Implemented by: RunnableScheduledFuture
Details
A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.
since1.5
VThe result type returned by this Future