Interface IObjectListDistributor<T>

All Superinterfaces:
IListChangedNotifier<T>, IObjectListProvider<T>
All Known Subinterfaces:
IObjectListModel<T>
All Known Implementing Classes:
AbstractObjectListModel, ObjectListModel, ObjectModelListModel

public interface IObjectListDistributor<T> extends IListChangedNotifier<T>, IObjectListProvider<T>