|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Runnable
This interface represents function prototype for any runnable operation. Although the runnable does not receive any arguments it can be function closure, receiving necessary environment from enclosing function.
callSerially(Runnable)| Method Summary | |
|---|---|
void |
run()
Executes the operation |
| Method Detail |
|---|
void run()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||