org.jppf.server.protocol
Interface TaskCompletionListener

All Known Implementing Classes:
AbstractResultSender, BroadcastJobCompletionListener

public interface TaskCompletionListener

Listener providing a callback to invoke when a task's execution has completed.

Author:
Laurent Cohen

Method Summary
 void taskCompleted(BundleWrapper result)
          Callback method invoked when the execution of a task has completed.
 

Method Detail

taskCompleted

void taskCompleted(BundleWrapper result)
Callback method invoked when the execution of a task has completed.

Parameters:
result - the result of the task's execution.


Copyright © 2005-2010 JPPF Team.