GNU Classpath (0.97.2) | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface RunnableFuture<V>
Future
that is Runnable
. Successful execution of
the run method causes completion of the Future
and allows access to its results.
FutureTask
, Executor
Method Summary | |
void |
|
Methods inherited from interface java.util.concurrent.Future<V> | |
cancel , get , get , isCancelled , isDone |
GNU Classpath (0.97.2) |