org.deegree.commons.concurrent
Interface ExecutionFinishedListener<T>
- Type Parameters:
T - type of return value
public interface ExecutionFinishedListener<T>
Listener interface for sending a notification that the asynchronous execution of a
task has finished (successfully or abnormally).
- Version:
- $Revision: 9339 $, $Date: 2007-12-27 12:31:52 +0000 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, Markus Schneider, last edited by: $Author: apoth $
executionFinished
void executionFinished(ExecutionFinishedEvent<T> finishedEvent)
- Called after an asynchronous task has finished.
- Parameters:
finishedEvent - event representing the state of the finished task
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>