GridGain™ 2.1.0
Java API Specification

org.gridgain.grid
Interface GridTaskListener

All Superinterfaces:
EventListener

@Apache20LicenseCompatible
public interface GridTaskListener
extends EventListener

This interface defines task execution listener. It can be passed into one of the execute method to be notified about completion of task execution:





See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Method Summary
 void onFinished(GridTaskFuture<?> taskFuture)
          Called when grid task has finished its execution.
 

Method Detail

onFinished

void onFinished(GridTaskFuture<?> taskFuture)
Called when grid task has finished its execution.

Parameters:
taskFuture - Task future. The returned future will have completed task result and method GridTaskFuture.isDone() will always return true.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.