API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. RunnableScheduledFuture View Source
Author(s)
Doug Lea
Since
1.6
Version
Serial
Hierarchy
 Runnable
      RunnableFuture
          RunnableScheduledFuture
Subinterfaces
Description
public interface RunnableScheduledFuture
  A ScheduledFuture that is Runnable.
See also:    FutureTask Executor
Methods
Hide/Show inherited methods
public boolean isPeriodic ()
  Returns true if this is a periodic task.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar