Class MapRotationChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.mapping.view.MapRotationChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class MapRotationChangedEvent extends EventObject
An event that indicates that rotation 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 MapRotationChangedEvent(MapView source)
Creates a new rotation changed event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapView
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
MapRotationChangedEvent
public MapRotationChangedEvent(MapView source)
Creates a new rotation changed event.- Parameters:
source
- the source- Since:
- 100.0.0
-
-
Method Detail
-
getSource
public MapView getSource()
- Overrides:
getSource
in classEventObject
-
-