Module com.esri.arcgisruntime
Class TimeExtentChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.TimeExtentChangedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="200.1.0",
forRemoval=true)
public final class TimeExtentChangedEvent
extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event representing a change in the time extent of a
GeoView
.
This event is generally fired when the time extent is changed.- Since:
- 100.10.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets the newTimeExtent
.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getTimeExtent
Deprecated, for removal: This API element is subject to removal in a future version.Gets the newTimeExtent
.- Returns:
- a TimeExtent
- Since:
- 100.10.0
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classEventObject
-
ObservableValue.addListener(ChangeListener)
onGeoView.timeExtentProperty()
.