Interface CollectionEditorModelListener
-
- All Known Implementing Classes:
DefaultCollectionEditorModelListener
public interface CollectionEditorModelListenerDefines methods (operations) supported byCollection Editor Model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollectionItemsChanged()Called whenever underlying items is changed.voidrootSearchTypeChanged()Called whenever search type is changed.voidrootTypeChanged()Called whenever type is changed.
-