Interface | Description |
---|---|
ObservableListModel<E> |
A list that allows to track its changes via listeners.
|
ObservableListModelListener<E> |
Callback interface that receives notifications about changes in
ObservableListModel . |
Class | Description |
---|---|
ObservableListModelListener.Change<E> |
Represents a notification of the change done to an ObservableListModel.
|
Copyright © 2014 Devexperts. All Rights Reserved.