|
|||||||||
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(java.lang.Runnable command)
Executes the given command at some time in the future. |
Method Detail |
---|
void execute(java.lang.Runnable command)
command
- the runnable task
RejectedExecutionException
- if this task cannot be
accepted for execution.
java.lang.NullPointerException
- if command is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |