Class ViewpointChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.ViewpointChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ViewpointChangedEvent extends EventObject
An event representing a change in the Viewpoint of aGeoView. This can be used to track programatic changes in a views viewpoint as well as user interaction through the use of gestures.- Since:
 - 100.0.0
 - See Also:
 GeoView.addViewpointChangedListener(ViewpointChangedListener), Serialized Form
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoViewgetSource()- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSource
public GeoView getSource()
- Overrides:
 getSourcein classEventObject
 
 - 
 
 -