Package net.anwiba.commons.model
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>
-
-
Method Summary
-
Methods inherited from interface net.anwiba.commons.model.IListChangedNotifier
addListModelListener, removeListModelListener, removeListModelListeners
-
-