Class LocationDisplay.AutoPanModeChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.LocationDisplay.AutoPanModeChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - LocationDisplay
 
public static final class LocationDisplay.AutoPanModeChangedEvent extends EventObject
Holds information from a change to the AutoPanMode of a LocationDisplay. 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AutoPanModeChangedEvent(LocationDisplay source, LocationDisplay.AutoPanMode autoPanMode)Creates a new AutoPanModeChangedEvent with the given LocationDisplay and AutoPanMode. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationDisplay.AutoPanModegetAutoPanMode()Gets the new AutoPanMode of the LocationDisplay.LocationDisplaygetSource()Gets the LocationDisplay that raised the event.- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AutoPanModeChangedEvent
public AutoPanModeChangedEvent(LocationDisplay source, LocationDisplay.AutoPanMode autoPanMode)
Creates a new AutoPanModeChangedEvent with the given LocationDisplay and AutoPanMode.- Parameters:
 source- the LocationDisplay that raised the eventautoPanMode- the new AutoPanMode of the LocationDisplay- Since:
 - 100.9.0
 
 
 - 
 
- 
Method Detail
- 
getSource
public LocationDisplay getSource()
Gets the LocationDisplay that raised the event.- Overrides:
 getSourcein classEventObject- Returns:
 - the LocationDisplay that raised the event
 - Since:
 - 100.9.0
 
 
- 
getAutoPanMode
public LocationDisplay.AutoPanMode getAutoPanMode()
Gets the new AutoPanMode of the LocationDisplay.- Returns:
 - the new AutoPanMode of the LocationDisplay
 - Since:
 - 100.9.0
 
 
 - 
 
 -