Module com.esri.arcgisruntime
Interface TimeExtentChangedListener
-
@Deprecated(since="200.1.0", forRemoval=true) public interface TimeExtentChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.As of 200.1.0, useObservableValue.addListener(ChangeListener)
onGeoView.timeExtentProperty()
.The listener interface for receiving time extent changed events from aGeoView
.- Since:
- 100.10.0
- See Also:
GeoView.addTimeExtentChangedListener(TimeExtentChangedListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
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 Detail
-
timeExtentChanged
void 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.- Parameters:
timeExtentChangedEvent
- the time extent changed event- Since:
- 100.10.0
-
-