Class MapScaleChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.MapScaleChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class MapScaleChangedEvent extends EventObject
An event that indicates that scale of the MapView has changed.- Since:
 - 100.0.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MapScaleChangedEvent(MapView source)Creates a new scale event. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapViewgetSource()- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MapScaleChangedEvent
public MapScaleChangedEvent(MapView source)
Creates a new scale event.- Parameters:
 source- the source- Since:
 - 100.0.0
 
 
 - 
 
- 
Method Detail
- 
getSource
public MapView getSource()
- Overrides:
 getSourcein classEventObject
 
 - 
 
 -