FileDocCategorySizeDatePackage
RunnableScheduledFuture.javaAPI DocJava SE 6 API905Tue Jun 10 00:25:56 BST 2008java.util.concurrent

RunnableScheduledFuture

public interface RunnableScheduledFuture implements RunnableFuture, ScheduledFuture
A {@link ScheduledFuture} that is {@link Runnable}. Successful execution of the run method causes completion of the Future and allows access to its results.
see
FutureTask
see
Executor
since
1.6
author
Doug Lea
param
The result type returned by this Future's get method

Fields Summary
Constructors Summary
Methods Summary
public booleanisPeriodic()
Returns true if this is a periodic task. A periodic task may re-run according to some schedule. A non-periodic task can be run only once.

return
true if this task is periodic