|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncExecutor
Serves the same purpose as Executor
, but in asynchronous world. The
difference from Executor
is that checked exceptions are not treated
differently then runtime ones.
Method Summary | |
---|---|
void |
execute(AsyncRunnable command)
|
Method Detail |
---|
void execute(AsyncRunnable command) throws Throwable
Throwable
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |