public interface DeleteAttachmentsHandler
Modifier and Type | Method and Description |
---|---|
void |
onDeleteAttachmentsComplete(com.google.gwt.core.client.JsArray<FeatureEditResult> results)
Fires when deleteAttachments is complete.
|
void onDeleteAttachmentsComplete(com.google.gwt.core.client.JsArray<FeatureEditResult> results)
results
- - The result objects, one for each attachment indicating if it was succesfully removed.