Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.mapping
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 TypeMethodDescriptionvoid
basemapChanged
(ArcGISMap.BasemapChangedEvent basemapChangedEvent) Invoked when the Basemap of the ArcGISMap changes.
-
Method Details
-
basemapChanged
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
-