Module com.esri.arcgisruntime
Class MapRotationChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.MapRotationChangedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="200.0.0",
forRemoval=true)
public final class MapRotationChangedEvent
extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event that indicates that rotation of the MapView has changed.
- Since:
- 100.0.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMapRotationChangedEvent
(MapView source) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new rotation changed event. -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapRotationChangedEvent
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new rotation changed event.- Parameters:
source
- the source- Since:
- 100.0.0
-
-
Method Details
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classEventObject
-
ObservableValue.addListener(ChangeListener)
onMapView.mapRotationProperty()
.