| 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 or getInputComplete. | 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 or getInputComplete.
| 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.