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.
since 200.2.0 along with SketchEditor. New development should use GeometryEditor instead.
An event representing the selection change of the SketchVertex during a sketching session.
Since:
100.3.0
See Also:
  • Constructor Details

    • SelectedVertexChangedEvent

      public SelectedVertexChangedEvent(SketchEditor source, SketchVertex sketchVertex)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a SelectedVertexChangedEvent object.
      Parameters:
      source - a SketchEditor object
      sketchVertex - the SketchVertex
      Throws:
      IllegalArgumentException - if source is null
      Since:
      100.3.0
  • Method Details

    • getSource

      public SketchEditor getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the source firing the event.
      Overrides:
      getSource in class EventObject
      Returns:
      the SketchEditor instance that fired the event
      Since:
      100.3.0
    • getSketchVertex

      public SketchVertex 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