Interface SketchGeometryChangedListener


@Deprecated(since="200.2.0", forRemoval=true) public interface SketchGeometryChangedListener
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 Geometry in the GeometryEditor can be monitored by attaching a listener to its geometryProperty.
The listener interface for receiving geometry changed events from the SketchEditor.
Since:
100.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, 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

      void geometryChanged(SketchGeometryChangedEvent event)
      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