Module com.esri.arcgisruntime
Interface SketchGeometryChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving
geometry changed events from the SketchEditor.- Since:
- 100.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.The method is called when the sketched geometry is modified.
-
Method Details
-
geometryChanged
Deprecated, for removal: This API element is subject to removal in a future version.The method is called when the sketched geometry is modified.- Parameters:
event- a GeometryChangedEvent object providing the modified geometry- Since:
- 100.1.0
-
SketchEditor. New development should useGeometryEditorinstead. Changes to theGeometryin theGeometryEditorcan be monitored by attaching a listener to itsgeometryProperty.