deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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 $

Method Summary
 void executionFinished(ExecutionFinishedEvent<T> finishedEvent)
          Called after an asynchronous task has finished.
 

Method Detail

executionFinished

void executionFinished(ExecutionFinishedEvent<T> finishedEvent)
Called after an asynchronous task has finished.

Parameters:
finishedEvent - event representing the state of the finished task

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>