|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockChangeEvent | |
---|---|
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.desktop.models |
Uses of StockChangeEvent in org.salespointframework.core.data |
---|
Methods in org.salespointframework.core.data with parameters of type StockChangeEvent | |
---|---|
protected void |
StockImpl.fireCanEditStockItems(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireCanRemoveStockItems(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireEditingStockItems(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsAddCommit(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsAdded(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsAddRollback(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsEditCommit(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsEditRollback(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsRemoveCommit(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsRemoved(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
protected void |
StockImpl.fireStockItemsRemoveRollback(StockChangeEvent e)
Fire an event to all listeners that showed an interest in this Stock. |
Uses of StockChangeEvent in org.salespointframework.core.data.events |
---|
Methods in org.salespointframework.core.data.events with parameters of type StockChangeEvent | |
---|---|
void |
StockChangeListener.addedStockItems(StockChangeEvent<T,CT> e)
Called whenever StockItems were added to the Stock. |
void |
StockChangeAdapter.addedStockItems(StockChangeEvent<T,CT> e)
Called whenever StockItems were added to the Stock. |
void |
StockChangeListener.canEditStockItems(StockChangeEvent<T,CT> e)
Called to ask whether certain StockItems may be edited. |
void |
StockChangeAdapter.canEditStockItems(StockChangeEvent<T,CT> e)
Called to ask whether certain StockItems may be edited. |
void |
StockChangeListener.canRemoveStockItems(StockChangeEvent<T,CT> e)
Called to ask whether certain StockItems may be removed. |
void |
StockChangeAdapter.canRemoveStockItems(StockChangeEvent<T,CT> e)
Called to ask whether certain StockItems may be removed. |
void |
StockChangeListener.commitAddStockItems(StockChangeEvent<T,CT> e)
Called whenever the adding of StockItems was commited. |
void |
StockChangeAdapter.commitAddStockItems(StockChangeEvent<T,CT> e)
Called whenever the adding of StockItems was commited. |
void |
StockChangeListener.commitEditStockItems(StockChangeEvent<T,CT> e)
Called whenever the editing of StockItems was commited. |
void |
StockChangeAdapter.commitEditStockItems(StockChangeEvent<T,CT> e)
Called whenever the editing of StockItems was commited. |
void |
StockChangeListener.commitRemoveStockItems(StockChangeEvent<T,CT> e)
Called whenever the removal of StockItems was commited. |
void |
StockChangeAdapter.commitRemoveStockItems(StockChangeEvent<T,CT> e)
Called whenever the removal of StockItems was commited. |
void |
StockChangeListener.editingStockItems(StockChangeEvent<T,CT> e)
Called whenever the Stock began editing StockItems. |
void |
StockChangeAdapter.editingStockItems(StockChangeEvent<T,CT> e)
Called whenever the Stock began editing StockItems. |
void |
StockChangeListener.noEditStockItems(StockChangeEvent<T,CT> e)
Called for each listener that already agreed with an editing that was then rejected by another listener. |
void |
StockChangeAdapter.noEditStockItems(StockChangeEvent<T,CT> e)
Called for each listener that already agreed with an editing that was then rejected by another listener. |
void |
StockChangeListener.noRemoveStockItems(StockChangeEvent<T,CT> e)
Called for each listener that already agreed with a removal that was then rejected by another listener. |
void |
StockChangeAdapter.noRemoveStockItems(StockChangeEvent<T,CT> e)
Called for each listener that already agreed with a removal that was then rejected by another listener. |
void |
StockChangeListener.removedStockItems(StockChangeEvent<T,CT> e)
Called whenever StockItems were removed from the Stock. |
void |
StockChangeAdapter.removedStockItems(StockChangeEvent<T,CT> e)
Called whenever StockItems were removed from the Stock. |
void |
StockChangeListener.rollbackAddStockItems(StockChangeEvent<T,CT> e)
Called whenever the adding of StockItems was rolled back. |
void |
StockChangeAdapter.rollbackAddStockItems(StockChangeEvent<T,CT> e)
Called whenever the adding of StockItems was rolled back. |
void |
StockChangeListener.rollbackEditStockItems(StockChangeEvent<T,CT> e)
Called whenever the editing of StockItems was rolled back. |
void |
StockChangeAdapter.rollbackEditStockItems(StockChangeEvent<T,CT> e)
Called whenever the editing of StockItems was rolled back. |
void |
StockChangeListener.rollbackRemoveStockItems(StockChangeEvent<T,CT> e)
Called whenever the removal of StockItems was rolled back. |
void |
StockChangeAdapter.rollbackRemoveStockItems(StockChangeEvent<T,CT> e)
Called whenever the removal of StockItems was rolled back. |
Uses of StockChangeEvent in org.salespointframework.core.data.filters |
---|
Methods in org.salespointframework.core.data.filters with parameters of type StockChangeEvent | |
---|---|
void |
AbstractStockFilter.addedStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.canEditStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.canRemoveStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.commitAddStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.commitEditStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.commitRemoveStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.editingStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
protected void |
AbstractStockFilter.fireCanEditStockItems(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireCanRemoveStockItems(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireEditingStockItems(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsAddCommit(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsAdded(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsAddRollback(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsEditCommit(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsEditRollback(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsNoEdit(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsNoRemove(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsRemoveCommit(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsRemoved(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
protected void |
AbstractStockFilter.fireStockItemsRemoveRollback(StockChangeEvent<T,CT> e)
Fire an event to any listeners. |
void |
AbstractStockFilter.noEditStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.noRemoveStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.removedStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.rollbackAddStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.rollbackEditStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
void |
AbstractStockFilter.rollbackRemoveStockItems(StockChangeEvent<T,CT> e)
Receive the event from the source Stock, translate and propagate it to any listeners. |
Uses of StockChangeEvent in org.salespointframework.desktop.models |
---|
Methods in org.salespointframework.desktop.models with parameters of type StockChangeEvent | |
---|---|
void |
StoringStockTableModel.addedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.addedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.addedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.addedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.canEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.canEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.canEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.canEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.canRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.canRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.canRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.canRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
protected void |
StoringStockTableModel.checkAdd(StockChangeEvent e)
Internal helper method. |
protected void |
StoringStockListModel.checkAdd(StockChangeEvent e)
Internal helper method. |
protected void |
StoringStockTableModel.checkRemove(StockChangeEvent e)
Internal helper method. |
protected void |
StoringStockListModel.checkRemove(StockChangeEvent e)
Internal helper method. |
protected void |
StoringStockTableModel.checkUpdate(StockChangeEvent e)
Internal helper method. |
protected void |
StoringStockListModel.checkUpdate(StockChangeEvent e)
Internal helper method. |
void |
StoringStockTableModel.commitAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.commitAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.commitAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.commitEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.commitEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.commitEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.commitRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.commitRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.commitRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.commitRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.editingStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.editingStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.editingStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.editingStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.noEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.noEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.noEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.noEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.noRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.noRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.noRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.noRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.removedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.removedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.removedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.removedStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.rollbackAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.rollbackAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rollbackAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.rollbackAddStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.rollbackEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.rollbackEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rollbackEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.rollbackEditStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockTableModel.rollbackRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
StoringStockListModel.rollbackRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockTableModel.rollbackRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
CountingStockListModel.rollbackRemoveStockItems(StockChangeEvent e)
Update the internal model and inform any listeners according to the received event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |