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.
- Since:
- 1.0
statusUpdated
void statusUpdated(GPJobResource jobResource,
GPMessage[] messages)
- Called to indicate the current execution status.
- Parameters:
toolStatus
- the tool statusmessages
- any new messages that have arrived since the last call
Copyright © 2012. All Rights Reserved.