Interface IEditHandlesObserver


public interface IEditHandlesObserver
An observer that allows you to receive change events from an IEditHandles when the collection of handles changes.
  • Method Details Link icon

    • onEditHandlesChanged Link icon

      void onEditHandlesChanged(@NotNull EditHandlesEvent editHandlesEvent)
      This method is called when a handle is added or removed from an IEditHandles.
      Parameters:
      editHandlesEvent - the event that describes the change
    • onEditHandlesInvalid Link icon

      void onEditHandlesInvalid()
      This method is called when IEditHandles has become invalid, and can not be used anymore for the currently edited object.

      This allows the editing code to generate a new set of handles for the edited object.