Interface IFeatureEditCallback


public interface IFeatureEditCallback
A callback interface that can signal that a Feature was edited.

This class is used by IEditHandles implementations to signal changes.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEdit(Feature newFeature, ChangeStatus changeStatus)
    Can be implemented to handle the given Feature.
  • Method Details

    • onEdit

      void onEdit(@NotNull Feature newFeature, @NotNull ChangeStatus changeStatus)
      Can be implemented to handle the given Feature.
      Parameters:
      newFeature - the new Feature
      changeStatus - the edit status