Class AttributionTextChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.mapping.view.AttributionTextChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class AttributionTextChangedEvent extends EventObject
An event representing a change in the attribution text of aGeoView
. This event is generally fired when a layer is added or removed to cause the attribution text update.- Since:
- 100.1.0
- See Also:
GeoView.addAttributionTextChangedListener(AttributionTextChangedListener)
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributionText()
Gets the new attribution text string.GeoView
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getAttributionText
public String getAttributionText()
Gets the new attribution text string.- Returns:
- the new attribution text string
- Since:
- 100.1.0
-
getSource
public GeoView getSource()
- Overrides:
getSource
in classEventObject
-
-