|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionFinishedEvent | |
---|---|
org.deegree.commons.concurrent |
Uses of ExecutionFinishedEvent in org.deegree.commons.concurrent |
---|
Methods in org.deegree.commons.concurrent that return types with arguments of type ExecutionFinishedEvent | ||
---|---|---|
|
Executor.performSynchronously(List<Callable<T>> tasks)
Performs several tasks synchronously in parallel threads. |
|
|
Executor.performSynchronously(List<Callable<T>> tasks,
long timeout)
Performs several tasks synchronously with a given timeout in parallel threads. |
Methods in org.deegree.commons.concurrent with parameters of type ExecutionFinishedEvent | |
---|---|
void |
ExecutionFinishedListener.executionFinished(ExecutionFinishedEvent<T> finishedEvent)
Called after an asynchronous task has finished. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |