E
- the list model element type.public static class ObservableListModelListener.Change<E> extends Object
Note, that the change object object currently provides only information about the source of the change (what list has changed) and does not actually provide information about what items in the list has changed.
Warning: Change object can be reused and can become invalid when another change occurs on the list. It is not safe to use this class on a different thread from the listener's thread.
Constructor and Description |
---|
Change(ObservableListModel<E> source) |
Modifier and Type | Method and Description |
---|---|
ObservableListModel<E> |
getSource()
Returns the source list model of the change.
|
public Change(ObservableListModel<E> source)
public ObservableListModel<E> getSource()
Copyright © 2002–2023 Devexperts LLC. All rights reserved.