|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the return value typepublic interface Invokable<T>
Similiar to Runnable execept that it returns a value. Used to represent any operation which can return a
value. This is often used in situations where the code is to be executed in another threads.
OperationTracker.invoke(String, Invokable),
ParallelExecutor.invoke(Invokable)| Method Summary | |
|---|---|
T |
invoke()
Called to produce a value. |
| Method Detail |
|---|
T invoke()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||