Uses of Class
org.salespointframework.core.data.events.CatalogChangeEvent

Packages that use CatalogChangeEvent
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.desktop.models   
 

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

Methods in org.salespointframework.core.data.events with parameters of type CatalogChangeEvent
 void CatalogChangeListener.addedCatalogItem(CatalogChangeEvent<T> e)
          Called whenever a CatalogItem was added to the Catalog.
 void CatalogChangeAdapter.addedCatalogItem(CatalogChangeEvent<T> e)
          Called whenever a CatalogItem was added to the Catalog.
 void CatalogChangeListener.canEditCatalogItem(CatalogChangeEvent<T> e)
          Called to ask whether a CatalogItem may be edited.
 void CatalogChangeAdapter.canEditCatalogItem(CatalogChangeEvent<T> e)
          Called to ask whether a CatalogItem may be edited.
 void CatalogChangeListener.canRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called to ask whether a CatalogItem may be removed.
 void CatalogChangeAdapter.canRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called to ask whether a CatalogItem may be removed.
 void CatalogChangeListener.commitedAddCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the adding of a CatalogItem was commited.
 void CatalogChangeAdapter.commitedAddCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the adding of a CatalogItem was commited.
 void CatalogChangeListener.commitEditCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was commited.
 void CatalogChangeAdapter.commitEditCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was commited.
 void CatalogChangeListener.commitedRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the removal of a CatalogItem was commited.
 void CatalogChangeAdapter.commitedRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the removal of a CatalogItem was commited.
 void CatalogChangeListener.editingCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was started.
 void CatalogChangeAdapter.editingCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was started.
 void CatalogChangeListener.noEditCatalogItem(CatalogChangeEvent<T> e)
          z Called for each listener that already agreed with an editing that was then rejected by another listener.
 void CatalogChangeAdapter.noEditCatalogItem(CatalogChangeEvent<T> e)
          Called for each listener that already agreed with an editing that was then rejected by another listener.
 void CatalogChangeListener.noRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called for each listener that already agreed with a removal that was then rejected by another listener.
 void CatalogChangeAdapter.noRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called for each listener that already agreed with a removal that was then rejected by another listener.
 void CatalogChangeListener.removedCatalogItem(CatalogChangeEvent<T> e)
          Called whenever a CatalogItem was removed from the Catalog.
 void CatalogChangeAdapter.removedCatalogItem(CatalogChangeEvent<T> e)
          Called whenever a CatalogItem was removed from the Catalog.
 void CatalogChangeListener.rollbackEditCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was rolled back.
 void CatalogChangeAdapter.rollbackEditCatalogItem(CatalogChangeEvent<T> e)
          Called whenever editing a CatalogItem was rolled back.
 void CatalogChangeListener.rolledbackAddCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the adding of a CatalogItem was rolled back.
 void CatalogChangeAdapter.rolledbackAddCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the adding of a CatalogItem was rolled back.
 void CatalogChangeListener.rolledbackRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the removal of a CatalogItem was rolled back.
 void CatalogChangeAdapter.rolledbackRemoveCatalogItem(CatalogChangeEvent<T> e)
          Called whenever the removal of a CatalogItem was rolled back.
 

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

Methods in org.salespointframework.core.data.filters with parameters of type CatalogChangeEvent
 void CatalogFilter.addedCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.canEditCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.canRemoveCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.commitedAddCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.commitEditCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.commitedRemoveCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.editingCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.noEditCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.noRemoveCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.removedCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.rollbackEditCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.rolledbackAddCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 void CatalogFilter.rolledbackRemoveCatalogItem(CatalogChangeEvent<T> e)
          Translate and propagate the event to all listeners of this Catalog.
 

Uses of CatalogChangeEvent in org.salespointframework.desktop.models
 

Methods in org.salespointframework.desktop.models with parameters of type CatalogChangeEvent
 void CountingStockTableModel.addedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.addedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.addedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.addedCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.canEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.canEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.canEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.canEditCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.canRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.canRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.canRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.canRemoveCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.commitedAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.commitedAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.commitedAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.commitedAddCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.commitEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.commitEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.commitEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.commitEditCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.commitedRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.commitedRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.commitedRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.commitedRemoveCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.editingCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.editingCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.editingCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.editingCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.noEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.noEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.noEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.noEditCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.noRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.noRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.noRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.noRemoveCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.removedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.removedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.removedCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.removedCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.rollbackEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.rollbackEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.rollbackEditCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.rollbackEditCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.rolledbackAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.rolledbackAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.rolledbackAddCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.rolledbackAddCatalogItem(CatalogChangeEvent<CatalogItem> e)
           
 void CountingStockTableModel.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CountingStockListModel.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogTableModel.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
          Update the internal model and inform any listeners according to the received event.
 void CatalogListModel.rolledbackRemoveCatalogItem(CatalogChangeEvent<CatalogItem> e)