Interface ArcGISMap.BasemapChangedListener

Enclosing class:
ArcGISMap

public static interface ArcGISMap.BasemapChangedListener
The listener interface to get notified when the Basemap of the ArcGISMap changes.
Since:
100.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the Basemap of the ArcGISMap changes.
  • Method Details

    • basemapChanged

      void basemapChanged(ArcGISMap.BasemapChangedEvent basemapChangedEvent)
      Invoked when the Basemap of the ArcGISMap changes.
      Parameters:
      basemapChangedEvent - provides the source of the event as well as the old Basemap
      Since:
      100.0.0