API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. RunnableFuture View Source
Author(s)
Doug Lea
Since
1.6
Version
Serial
Hierarchy
 Runnable
      RunnableFuture
Subinterfaces
Description
public interface RunnableFuture
  A Future that is Runnable.
See also:    FutureTask Executor
Methods
Hide/Show inherited methods
public void run () [Specified in Runnable]
Sets this Future to the result of its computation unless it has been cancelled.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar