Interface IObjectListModel<T>

All Superinterfaces:
IListChangedNotifier<T>, IMutableObjectList<T>, IObjectCollection<T>, IObjectCollectionReceiver<T>, IObjectIterable<T>, IObjectList<T>, IObjectListDistributor<T>, IObjectListProvider<T>, IObjectListReceiver<T>, Iterable<T>
All Known Implementing Classes:
AbstractObjectListModel, ObjectListModel, ObjectModelListModel

public interface IObjectListModel<T> extends IMutableObjectList<T>, IObjectListDistributor<T>