Interface ILayerObserver


public interface ILayerObserver
Interface for observing layers.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    This method is called whenever a property of the layer has changed.
  • Method Details Link icon

    • onLayerChanged Link icon

      void onLayerChanged(@NotNull LayerEvent layerEvent)
      This method is called whenever a property of the layer has changed.
      Parameters:
      layerEvent - the event describing the change.