org.jppf.client.event
Interface TaskResultListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JPPFJcaResultCollector, JPPFResultCollector, JPPFSubmissionResult

public interface TaskResultListener
extends EventListener

Listener interface for receiving notifications of task results received from the server.

To properly order the results, implementations of this interface should rely on JPPFTask.getPosition().

Author:
Laurent Cohen

Method Summary
 void resultsReceived(TaskResultEvent event)
          Called to notify that the results of a number of tasks have been received from the server.
 

Method Detail

resultsReceived

void resultsReceived(TaskResultEvent event)
Called to notify that the results of a number of tasks have been received from the server.

Parameters:
event - the event encapsulating the tasks that were received.


Copyright © 2005-2010 JPPF Team.