Module com.esri.arcgisruntime
Interface AttributionTextChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving attribution text changed events from a
GeoView
.- Since:
- 100.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attributionTextChanged
(AttributionTextChangedEvent attributionTextChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the attribution text of a GeoView has changed.
-
Method Details
-
attributionTextChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the attribution text of a GeoView has changed.- Parameters:
attributionTextChangedEvent
- the attribution text changed event- Since:
- 100.1.0
-
ObservableValue.addListener(ChangeListener)
onGeoView.attributionTextProperty()
.