|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogChangeEvent | |
data.events | Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. |
data.filters | Contains catalog and stock filters. |
data.swing | Swing components that can be used to display and edit the contents of data management classes. |
Uses of CatalogChangeEvent in data.events |
Methods in data.events with parameters of type CatalogChangeEvent | |
void |
CatalogChangeAdapter.addedCatalogItem(CatalogChangeEvent e)
Called whenever a CatalogItem was added to the Catalog. |
void |
CatalogChangeAdapter.commitedAddCatalogItem(CatalogChangeEvent e)
Called whenever the adding of a CatalogItem was commited. |
void |
CatalogChangeAdapter.rolledbackAddCatalogItem(CatalogChangeEvent e)
Called whenever the adding of a CatalogItem was rolled back. |
void |
CatalogChangeAdapter.canRemoveCatalogItem(CatalogChangeEvent e)
Called to ask whether a CatalogItem may be removed. |
void |
CatalogChangeAdapter.noRemoveCatalogItem(CatalogChangeEvent e)
Called for each listener that already agreed with a removal that was then rejected by another listener. |
void |
CatalogChangeAdapter.removedCatalogItem(CatalogChangeEvent e)
Called whenever a CatalogItem was removed from the Catalog. |
void |
CatalogChangeAdapter.commitedRemoveCatalogItem(CatalogChangeEvent e)
Called whenever the removal of a CatalogItem was commited. |
void |
CatalogChangeAdapter.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
Called whenever the removal of a CatalogItem was rolled back. |
void |
CatalogChangeAdapter.canEditCatalogItem(CatalogChangeEvent e)
Called to ask whether a CatalogItem may be edited. |
void |
CatalogChangeAdapter.noEditCatalogItem(CatalogChangeEvent e)
Called for each listener that already agreed with an editing that was then rejected by another listener. |
void |
CatalogChangeAdapter.editingCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was started. |
void |
CatalogChangeAdapter.commitEditCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was commited. |
void |
CatalogChangeAdapter.rollbackEditCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was rolled back. |
void |
CatalogChangeListener.addedCatalogItem(CatalogChangeEvent e)
Called whenever a CatalogItem was added to the Catalog. |
void |
CatalogChangeListener.commitedAddCatalogItem(CatalogChangeEvent e)
Called whenever the adding of a CatalogItem was commited. |
void |
CatalogChangeListener.rolledbackAddCatalogItem(CatalogChangeEvent e)
Called whenever the adding of a CatalogItem was rolled back. |
void |
CatalogChangeListener.canRemoveCatalogItem(CatalogChangeEvent e)
Called to ask whether a CatalogItem may be removed. |
void |
CatalogChangeListener.noRemoveCatalogItem(CatalogChangeEvent e)
Called for each listener that already agreed with a removal that was then rejected by another listener. |
void |
CatalogChangeListener.removedCatalogItem(CatalogChangeEvent e)
Called whenever a CatalogItem was removed from the Catalog. |
void |
CatalogChangeListener.commitedRemoveCatalogItem(CatalogChangeEvent e)
Called whenever the removal of a CatalogItem was commited. |
void |
CatalogChangeListener.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
Called whenever the removal of a CatalogItem was rolled back. |
void |
CatalogChangeListener.canEditCatalogItem(CatalogChangeEvent e)
Called to ask whether a CatalogItem may be edited. |
void |
CatalogChangeListener.noEditCatalogItem(CatalogChangeEvent e)
Called for each listener that already agreed with an editing that was then rejected by another listener. |
void |
CatalogChangeListener.editingCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was started. |
void |
CatalogChangeListener.commitEditCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was commited. |
void |
CatalogChangeListener.rollbackEditCatalogItem(CatalogChangeEvent e)
Called whenever editing a CatalogItem was rolled back. |
Uses of CatalogChangeEvent in data.filters |
Methods in data.filters with parameters of type CatalogChangeEvent | |
void |
CatalogFilter.addedCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.commitedAddCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.rolledbackAddCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.canRemoveCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.noRemoveCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.removedCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.commitedRemoveCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.canEditCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.noEditCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.editingCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.commitEditCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
void |
CatalogFilter.rollbackEditCatalogItem(CatalogChangeEvent e)
Translate and propagate the event to all listeners of this Catalog. |
Uses of CatalogChangeEvent in data.swing |
Methods in data.swing with parameters of type CatalogChangeEvent | |
void |
CountingStockTableModel.addedCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitedAddCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rolledbackAddCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.canRemoveCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.noRemoveCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.removedCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitedRemoveCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rolledbackRemoveCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.canEditCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.noEditCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.editingCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitEditCatalogItem(CatalogChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rollbackEditCatalogItem(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 |
CatalogTableModel.commitedAddCatalogItem(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 |
CatalogTableModel.canRemoveCatalogItem(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 |
CatalogTableModel.removedCatalogItem(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 |
CatalogTableModel.rolledbackRemoveCatalogItem(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 |
CatalogTableModel.noEditCatalogItem(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 |
CatalogTableModel.commitEditCatalogItem(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. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |