com.esri.core.tasks.ags.geoprocessing
Interface GPJobStatusCallback


public interface GPJobStatusCallback

Implement this interface to create a callback that will be used to notify status update of a GPSubmitJobAndPollTask task.


Method Summary
 void statusUpdated(GPJobResource jobResource, GPMessage[] messages)
          Called to indicate the current execution status.
 

Method Detail

statusUpdated

void statusUpdated(GPJobResource jobResource,
                   GPMessage[] messages)
Called to indicate the current execution status.

Parameters:
toolStatus - the tool status
messages - any new messages that have arrived since the last call


Copyright © 2012. All Rights Reserved.