|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener that listens for DataBasketEvents.
Method Summary | |
void |
addedDBE(DataBasketEvent e)
Called when a DataBasketEntry was added to the DataBasket. |
void |
dataBasketChanged(DataBasketEvent e)
Called when the DataBasket changed in a manner too complex for the two other types of events. |
void |
removedDBE(DataBasketEvent e)
Called when a DataBasketEntry was removed from the DataBasket. |
Method Detail |
public void addedDBE(DataBasketEvent e)
e
- an event object that describes the event.public void removedDBE(DataBasketEvent e)
e
- an event object that describes the event.public void dataBasketChanged(DataBasketEvent e)
e
- an event object that describes the event. (e.getAffectedEntry() == null
!)
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |