public interface

GPJobStatusCallback

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

Class Overview

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

Summary

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

Public Methods

public abstract void statusUpdated (GPJobResource jobResource, GPMessage[] messages)

Called to indicate the current execution status.

Parameters
messages any new messages that have arrived since the last call