Package net.anwiba.commons.model
Interface IObjectModel<T>
-
- All Superinterfaces:
IObjectChangedNotifier,IObjectContainer<T>,IObjectDistributor<T>,IObjectProvider<T>,IObjectReceiver<T>
- All Known Implementing Classes:
ObjectModel
public interface IObjectModel<T> extends IObjectDistributor<T>, IObjectContainer<T>
-
-
Method Summary
-
Methods inherited from interface net.anwiba.commons.model.IObjectChangedNotifier
addChangeListener, removeChangeListener, removeChangeListeners
-
Methods inherited from interface net.anwiba.commons.lang.object.IObjectProvider
get, isEmpty, optional
-
Methods inherited from interface net.anwiba.commons.lang.object.IObjectReceiver
set
-
-