|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBasketListener
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 |
---|
void addedDBE(DataBasketEvent e)
e
- an event object that describes the event.void removedDBE(DataBasketEvent e)
e
- an event object that describes the event.void dataBasketChanged(DataBasketEvent e)
e
- an event object that describes the event. (e.getAffectedEntry() == null
!)
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |