public interface ApplyEditsHandler
Modifier and Type | Method and Description |
---|---|
void |
onEditsComplete(com.google.gwt.core.client.JsArray<FeatureEditResult> addResults,
com.google.gwt.core.client.JsArray<FeatureEditResult> updateResults,
com.google.gwt.core.client.JsArray<FeatureEditResult> deleteResults)
Fires after applyEdits() has been called.
|
void onEditsComplete(com.google.gwt.core.client.JsArray<FeatureEditResult> addResults, com.google.gwt.core.client.JsArray<FeatureEditResult> updateResults, com.google.gwt.core.client.JsArray<FeatureEditResult> deleteResults)
addResults
- - An array of result objects, one for each feature, indicating if it was successfully added.
If the feature was added the result object will contain the unique object ID assigned to the feature.updateResults
- - An array of result objects, one for each feature, indicating if it was successfully updated.deleteResults
- - An array of result objects, one for each feature, indicating if the it was successfully deleted.