Uses of Interface
org.salespointframework.core.data.events.CatalogChangeListener

Packages that use CatalogChangeListener
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.events Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
org.salespointframework.desktop.models   
 

Uses of CatalogChangeListener in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as CatalogChangeListener
protected  CatalogChangeListener StockImpl.m_cclEditListener
          Listens for editing events from the Catalog.
protected  CatalogChangeListener StoringStockImpl.m_cclReferentialIntegrityListener
          Listens to the Stock's Catalog to ensure referential integrity.
protected  CatalogChangeListener CountingStockImpl.m_cclReferentialIntegrityListener
          Listens for the Catalog to ensure referential integrity.
 

Methods in org.salespointframework.core.data with parameters of type CatalogChangeListener
 void CatalogImpl.addCatalogChangeListener(CatalogChangeListener ccl)
          Add a listener that listens for changes in this Catalog's contents.
 void CatalogImpl.removeCatalogChangeListener(CatalogChangeListener ccl)
          Remove a listener that listened for changes in this Catalog's contents.
 

Uses of CatalogChangeListener in org.salespointframework.core.data.events
 

Classes in org.salespointframework.core.data.events that implement CatalogChangeListener
 class CatalogChangeAdapter<T extends CatalogItem>
          An abstract adapter class for receiving catalog change events.
 

Uses of CatalogChangeListener in org.salespointframework.core.data.filters
 

Classes in org.salespointframework.core.data.filters that implement CatalogChangeListener
 class CatalogFilter<T extends CatalogItem>
          A filter for Catalogs.
 class CurrencyFilter<T extends CurrencyItem>
          A CatalogFilter that filters Currencies.
 

Methods in org.salespointframework.core.data.filters with parameters of type CatalogChangeListener
 void CatalogFilter.addCatalogChangeListener(CatalogChangeListener ccl)
          Add a listener that wishes to receive events when the filtered Catalog changes.
 void CatalogFilter.removeCatalogChangeListener(CatalogChangeListener ccl)
          Remove a listener that received events when the filtered Catalog changed.
 

Uses of CatalogChangeListener in org.salespointframework.core.data.interfaces
 

Methods in org.salespointframework.core.data.interfaces with parameters of type CatalogChangeListener
 void ListenableCatalog.addCatalogChangeListener(CatalogChangeListener ccl)
          Add a listener that will be informed about changes to the Catalog's contents.
 void ListenableCatalog.removeCatalogChangeListener(CatalogChangeListener ccl)
          Remove a listener that was informed about changes to the Catalog's contents.
 

Uses of CatalogChangeListener in org.salespointframework.desktop.models
 

Classes in org.salespointframework.desktop.models that implement CatalogChangeListener
 class CatalogListModel
          ListModel for Catalogs
 class CatalogTableModel
          A TableModel that models the contents of a Catalog.
 class CountingStockListModel
          ListModel for CountingStocks
 class CountingStockTableModel
          A TableModel that models the contents of a CountingStock.