|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Executable
Represents code that can be executed.
| Field Summary | |
|---|---|
static Executable |
NOOP
No-op implementation. |
| Method Summary | |
|---|---|
void |
run(Reactor reactor)
Executes a task. |
| Field Detail |
|---|
static final Executable NOOP
| Method Detail |
|---|
void run(Reactor reactor)
throws java.lang.Exception
reactor -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||