Package com.esri.arcgisruntime.mapping
Class ArcGISMap.BasemapChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.ArcGISMap.BasemapChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - ArcGISMap
 
public static final class ArcGISMap.BasemapChangedEvent extends EventObject
An event which indicates that the Basemap of the ArcGISMap has changed. 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BasemapChangedEvent(ArcGISMap source, Basemap oldBasemap)Creates a BasemapChangedEvent instance. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasemapgetOldBasemap()Gets the Basemap of the ArcGISMap prior to the event.ArcGISMapgetSource()Gets the ArcGISMap which raised the event.- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSource
public ArcGISMap getSource()
Gets the ArcGISMap which raised the event.- Overrides:
 getSourcein classEventObject- Returns:
 - the ArcGISMap which raised the event
 - Since:
 - 100.0.0
 
 
- 
getOldBasemap
public Basemap getOldBasemap()
Gets the Basemap of the ArcGISMap prior to the event.- Returns:
 - the Basemap of the ArcGISMap prior to the event
 - Since:
 - 100.0.0
 
 
 - 
 
 -