Module com.esri.arcgisruntime
Class SelectedVertexChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.SelectedVertexChangedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="200.2.0",
forRemoval=true)
public final class SelectedVertexChangedEvent
extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event representing the selection change of the SketchVertex during a sketching session.
- Since:
- 100.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSelectedVertexChangedEvent
(SketchEditor source, SketchVertex sketchVertex) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a SelectedVertexChangedEvent object. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the selected sketch vertex.Deprecated, for removal: This API element is subject to removal in a future version.Returns the source firing the event.Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SelectedVertexChangedEvent
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a SelectedVertexChangedEvent object.- Parameters:
source
- a SketchEditor objectsketchVertex
- the SketchVertex- Throws:
IllegalArgumentException
- if source is null- Since:
- 100.3.0
-
-
Method Details
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.Returns the source firing the event.- Overrides:
getSource
in classEventObject
- Returns:
- the SketchEditor instance that fired the event
- Since:
- 100.3.0
-
getSketchVertex
Deprecated, for removal: This API element is subject to removal in a future version.Gets the selected sketch vertex.- Returns:
- the selected sketch vertex
- Since:
- 100.3.0
-
SketchEditor
. New development should useGeometryEditor
instead.