Package com.esri.arcgisruntime.util
Interface ListChangedListener<E>
- 
- Type Parameters:
 E- type of items in the ListenableList
public interface ListChangedListener<E>Implement this interface to handle item added and removed events on a ListenableList instance.- Since:
 - 100.0.0
 - See Also:
 ListenableList
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlistChanged(ListChangedEvent<E> args) 
 - 
 
- 
- 
Method Detail
- 
listChanged
void listChanged(ListChangedEvent<E> args)
 
 - 
 
 -