Module com.esri.arcgisruntime
Interface SelectedVertexChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface to get notified when the selected vertex during a sketch edit session changes.
- Since:
- 100.3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectedVertexChanged(SelectedVertexChangedEvent selectedVertexChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the selected vertex is changed.
-
Method Details
-
selectedVertexChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the selected vertex is changed.- Parameters:
selectedVertexChangedEvent- the event representing the new selected SketchVertex- Since:
- 100.3.0
-
SketchEditor. New development should useGeometryEditorinstead. Changes to theGeometryEditorElementcurrently selected in theGeometryEditorcan be monitored by attaching a listener to itsselectedElementProperty.