public interface TaskResultListener extends EventListener
To properly order the results, implementations of this interface should rely on JPPFTask.getPosition().
| Modifier and Type | Method and Description |
|---|---|
void |
resultsReceived(TaskResultEvent event)
Called to notify that the results of a number of tasks have been received from the server.
|
void resultsReceived(TaskResultEvent event)
event - the event encapsulating the tasks that were received.Copyright © 2005-2012 JPPF Team.