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
RunnableScheduledFuture
See DIRECT subinterfaces
RunnableScheduledFuture
Quick Links:
Methods
Fields
Description
public
interface RunnableFuture
A
Future
that is
Runnable
.
A
Future
that is
Runnable
. Successful execution of
the
run
method causes completion of the
Future
and allows access to its results.
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