- Type Parameters:
E
- type of items in the ListenableList
Deprecated, for removal: This API element is subject to removal in a future version.
Implement this interface to handle item added and removed events on a ListenableList instance.
- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
listChanged
(ListChangedEvent<E> args) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
listChanged
Deprecated, for removal: This API element is subject to removal in a future version.
-
Observable.addListener(InvalidationListener)
orObservableList.addListener(ListChangeListener)
instead.