Class LayerEvent

java.lang.Object
com.luciad.layers.LayerEvent

public final class LayerEvent extends Object
Event that indicates that some property of a specific layer has changed.
  • Constructor Details Link icon

    • LayerEvent Link icon

      public LayerEvent(@NotNull Layer layer, @NotNull String changedProperty)
      Creates a new layer event that can be used to notify that the given property has changed for the given layer.
      Parameters:
      layer - a layer
      changedProperty - the changed property
  • Method Details Link icon

    • getLayer Link icon

      @NotNull public Layer getLayer()
      Returns the affected layer.
      Returns:
      the affected layer.
    • getChangedProperty Link icon

      @NotNull public String getChangedProperty()
      Returns the name of the property that changed.
      Returns:
      the name of the property that changed.