Uses of Class
org.deegree.commons.concurrent.ExecutionFinishedEvent

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
<T> List<ExecutionFinishedEvent<T>>
Executor.performSynchronously(List<Callable<T>> tasks)
          Performs several tasks synchronously in parallel threads.
<T> List<ExecutionFinishedEvent<T>>
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.
 



Copyright © 2011. All Rights Reserved.