Module com.esri.arcgisruntime
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the new attribution text string.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classEventObject
-
ObservableValue.addListener(ChangeListener)
onGeoView.attributionTextProperty()
.