Package com.esri.arcgisruntime.util
Utility interfaces and classes, including a ListenableList and related events and listeners.
- Since:
- 100.0.0
-
Interface Summary Interface Description ListChangedListener<E> Implement this interface to handle item added and removed events on a ListenableList instance.ListenableList<E> This interface defines a listenable version of a List. -
Class Summary Class Description ListChangedEvent<T> Event indicating that an item has been added to or removed from a list that implements ListenableList. -
Enum Summary Enum Description ListChangedEvent.Action Indicates the type of change that occurred on the list.