Interface SelectedVertexChangedListener


@Deprecated(since="200.2.0", forRemoval=true) public interface SelectedVertexChangedListener
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. Changes to the GeometryEditorElement currently selected in the GeometryEditor can be monitored by attaching a listener to its selectedElementProperty.
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 Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked when the selected vertex is changed.
  • Method Details

    • selectedVertexChanged

      void selectedVertexChanged(SelectedVertexChangedEvent selectedVertexChangedEvent)
      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