Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.util
package com.esri.arcgisruntime.util
Utility interfaces and classes, including a ListenableList and related events and listeners.
- Since:
- 100.0.0
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Indicates the type of change that occurred on the list.Deprecated, for removal: This API element is subject to removal in a future version.since 200.2.0, use
Observable.addListener(InvalidationListener)
orObservableList.addListener(ListChangeListener)
instead.This interface defines a listenable version of a List.
Observable.addListener(InvalidationListener)
orObservableList.addListener(ListChangeListener)
instead.