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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
basemapChanged(ArcGISMap.BasemapChangedEvent basemapChangedEvent)
Invoked when the Basemap of the ArcGISMap changes.
-
-
-
Method Detail
-
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
-
-