data
Interface ListenableCatalog
- All Superinterfaces:
- Catalog, CatalogItem, Comparable, DataBasketEntryDestination, DataBasketEntrySource, Nameable, Serializable
- All Known Implementing Classes:
- CatalogFilter, CatalogImpl
- public interface ListenableCatalog
- extends Catalog
A Catalog that fires events to inform about changes to its contents.
- Since:
- v2.0
- Author:
- Steffen Zschaler
addCatalogChangeListener
public void addCatalogChangeListener(CatalogChangeListener ccl)
- Add a listener that will be informed about changes to the Catalog's contents.
- Parameters:
ccl
- the listener to be added.- Override:
- Always
removeCatalogChangeListener
public void removeCatalogChangeListener(CatalogChangeListener ccl)
- Remove a listener that was informed about changes to the Catalog's contents.
- Parameters:
ccl
- the listener to be removed.- Override:
- Always