Class AttributionTextChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.AttributionTextChangedEvent
All Implemented Interfaces:
Serializable

@Deprecated(since="200.0.0", forRemoval=true) public final class AttributionTextChangedEvent extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event representing a change in the attribution text of a GeoView. This event is generally fired when a layer is added or removed to cause the attribution text update.
Since:
100.1.0
See Also:
  • Method Details

    • getAttributionText

      public String getAttributionText()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the new attribution text string.
      Returns:
      the new attribution text string
      Since:
      100.1.0
    • getSource

      public GeoView getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class EventObject