public interface GeoprocessorExecuteHandler
Modifier and Type | Method and Description |
---|---|
void |
onExecuteComplete(com.google.gwt.core.client.JsArray<ParameterValue> results,
GPMessage message) |
void onExecuteComplete(com.google.gwt.core.client.JsArray<ParameterValue> results, GPMessage message)
results
- - An array of ParameterValue objects that gives access to the result parameters and the task execution messages.message
- - An array of GPMessage that has the type and description.