Uses of Interface
org.deegree.commons.concurrent.ExecutionFinishedListener

Packages that use ExecutionFinishedListener
org.deegree.commons.concurrent   
 

Uses of ExecutionFinishedListener in org.deegree.commons.concurrent
 

Methods in org.deegree.commons.concurrent with parameters of type ExecutionFinishedListener
<T> void
Executor.performAsynchronously(Callable<T> task, ExecutionFinishedListener<T> finishedListener)
          Performs a task asynchronously (in an independent thread) without any time limit.
<T> void
Executor.performAsynchronously(Callable<T> task, ExecutionFinishedListener<T> finishedListener, long timeout)
          Performs a task asynchronously (in an independent thread) with a given time limit.
 



Copyright © 2011. All Rights Reserved.