Module com.esri.arcgisruntime
Interface TimeExtentChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving time extent changed events from a
GeoView
.- Since:
- 100.10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
timeExtentChanged
(TimeExtentChangedEvent timeExtentChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the time extent of a GeoView has changed.
-
Method Details
-
timeExtentChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the time extent of a GeoView has changed.- Parameters:
timeExtentChangedEvent
- the time extent changed event- Since:
- 100.10.0
-
ObservableValue.addListener(ChangeListener)
onGeoView.timeExtentProperty()
.