|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Executor
Copy of the java.util.concurrent.Executor which is part of Java 5.0
| Method Summary | |
|---|---|
void |
execute(Runnable command)
Executes the given command at some time in the future. |
| Method Detail |
|---|
void execute(Runnable command)
command - the runnable task
RejectedExecutionException - if this task cannot be
accepted for execution.
NullPointerException - if command is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||