Interface AttributionTextChangedListener


@Deprecated(since="200.0.0", forRemoval=true) public 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 Type
    Method
    Description
    void
    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

      void 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.
      Parameters:
      attributionTextChangedEvent - the attribution text changed event
      Since:
      100.1.0