Interface AttributionTextChangedListener
-
public interface AttributionTextChangedListener
The listener interface for receiving attribution text changed events from aGeoView
.- Since:
- 100.1.0
- See Also:
GeoView.addAttributionTextChangedListener(AttributionTextChangedListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attributionTextChanged(AttributionTextChangedEvent attributionTextChangedEvent)
Invoked when the attribution text of a GeoView has changed.
-
-
-
Method Detail
-
attributionTextChanged
void attributionTextChanged(AttributionTextChangedEvent attributionTextChangedEvent)
Invoked when the attribution text of a GeoView has changed.- Parameters:
attributionTextChangedEvent
- the attribution text changed event- Since:
- 100.1.0
-
-