| Package | com.esri.ags.events |
| Class | public class GeoprocessorEvent |
| Inheritance | GeoprocessorEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| executeResult : ExecuteResult
Execute result. | GeoprocessorEvent | ||
| jobInfo : JobInfo
This property is set when the type is jobComplete or statusUpdate. | GeoprocessorEvent | ||
| parameterValue : ParameterValue
This property is set when the type is getResultDataComplete, getInputComplete or getResultImageComplete
| GeoprocessorEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GeoprocessorEvent(type:String, executeResult:ExecuteResult = null, parameterValue:ParameterValue = null, jobInfo:JobInfo = null)
Creates a new GeoprocessorEvent. | GeoprocessorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXECUTE_COMPLETE : String = executeComplete [static]
Defines the value of the type property of an executeComplete event object. | GeoprocessorEvent | ||
| GET_INPUT_COMPLETE : String = getInputComplete [static]
Defines the value of the type property of a getInputComplete event object. | GeoprocessorEvent | ||
| GET_RESULT_DATA_COMPLETE : String = getResultDataComplete [static]
Defines the value of the type property of a getResultDataComplete event object. | GeoprocessorEvent | ||
| GET_RESULT_IMAGE_COMPLETE : String = getResultImageComplete [static]
Defines the value of the type property of a getResultImageComplete event object. | GeoprocessorEvent | ||
| JOB_COMPLETE : String = jobComplete [static]
Defines the value of the type property of a jobComplete event object. | GeoprocessorEvent | ||
| STATUS_UPDATE : String = statusUpdate [static]
Defines the value of the type property of a statusUpdate event object. | GeoprocessorEvent | ||
| executeResult | property |
public var executeResult:ExecuteResult
Execute result. This property is set when the type is executeComplete.
| jobInfo | property |
public var jobInfo:JobInfo
This property is set when the type is jobComplete or statusUpdate.
| parameterValue | property |
public var parameterValue:ParameterValue
This property is set when the type is getResultDataComplete, getInputComplete or getResultImageComplete
| GeoprocessorEvent | () | Constructor |
public function GeoprocessorEvent(type:String, executeResult:ExecuteResult = null, parameterValue:ParameterValue = null, jobInfo:JobInfo = null)Creates a new GeoprocessorEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
executeResult:ExecuteResult (default = null) — The result of a Geoprocessor execute task.
| |
parameterValue:ParameterValue (default = null) — The output parameters from a Geoprocessor task.
| |
jobInfo:JobInfo (default = null) — The job info.
|
| EXECUTE_COMPLETE | Constant |
public static const EXECUTE_COMPLETE:String = executeComplete
Defines the value of the type property of an executeComplete event object.
| GET_INPUT_COMPLETE | Constant |
public static const GET_INPUT_COMPLETE:String = getInputComplete
Defines the value of the type property of a getInputComplete event object.
| GET_RESULT_DATA_COMPLETE | Constant |
public static const GET_RESULT_DATA_COMPLETE:String = getResultDataComplete
Defines the value of the type property of a getResultDataComplete event object.
| GET_RESULT_IMAGE_COMPLETE | Constant |
public static const GET_RESULT_IMAGE_COMPLETE:String = getResultImageComplete
Defines the value of the type property of a getResultImageComplete event object.
| JOB_COMPLETE | Constant |
public static const JOB_COMPLETE:String = jobComplete
Defines the value of the type property of a jobComplete event object.
| STATUS_UPDATE | Constant |
public static const STATUS_UPDATE:String = statusUpdate
Defines the value of the type property of a statusUpdate event object.