|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataBasketEvent | |
---|---|
org.salespointframework.core.data.events | Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. |
org.salespointframework.desktop.models |
Uses of DataBasketEvent in org.salespointframework.core.data.events |
---|
Methods in org.salespointframework.core.data.events with parameters of type DataBasketEvent | |
---|---|
void |
DataBasketListener.addedDBE(DataBasketEvent e)
Called when a DataBasketEntry was added to the DataBasket. |
void |
DataBasketAdapter.addedDBE(DataBasketEvent e)
Called when a DataBasketEntry was added to the DataBasket. |
void |
DataBasketListener.dataBasketChanged(DataBasketEvent e)
Called when the DataBasket changed in a manner too complex for the two other types of events. |
void |
DataBasketAdapter.dataBasketChanged(DataBasketEvent e)
Called when the DataBasket changed in a manner too complex for the two other types of events. |
void |
DataBasketListener.removedDBE(DataBasketEvent e)
Called when a DataBasketEntry was removed from the DataBasket. |
void |
DataBasketAdapter.removedDBE(DataBasketEvent e)
Called when a DataBasketEntry was removed from the DataBasket. |
Uses of DataBasketEvent in org.salespointframework.desktop.models |
---|
Methods in org.salespointframework.desktop.models with parameters of type DataBasketEvent | |
---|---|
void |
DataBasketTableModel.addedDBE(DataBasketEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
DataBasketListModel.addedDBE(DataBasketEvent e)
|
void |
DataBasketTableModel.dataBasketChanged(DataBasketEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
DataBasketListModel.dataBasketChanged(DataBasketEvent e)
|
void |
DataBasketTableModel.removedDBE(DataBasketEvent e)
Update the internal model and inform any listeners according to the received event. |
void |
DataBasketListModel.removedDBE(DataBasketEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |