|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interface for receiving item events from the terminal session. Item events are generated as items are added (sold) or removed (voided) in a POS transaction.
addItemSalesListener
Method Summary | |
---|---|
void |
itemAdded(com.ibm.retail.AEF.event.ItemSalesEvent evt)
An item was added to the transaction |
void |
itemDepositAdded(com.ibm.retail.AEF.event.ItemSalesEvent evt)
A deposit was added to the transaction |
void |
itemDepositRemoved(com.ibm.retail.AEF.event.ItemSalesEvent evt)
An item deposit was removed from the transaction |
void |
itemRefund(com.ibm.retail.AEF.event.ItemSalesEvent evt)
An item refund was performed in this transaction |
void |
itemRemoved(com.ibm.retail.AEF.event.ItemSalesEvent evt)
An item was removed from the transaction |
Method Detail |
public void itemAdded(com.ibm.retail.AEF.event.ItemSalesEvent evt) throws java.rmi.RemoteException
evt
- contains details of the item event
java.rmi.RemoteException
- if a listener can not be notifiedpublic void itemRemoved(com.ibm.retail.AEF.event.ItemSalesEvent evt) throws java.rmi.RemoteException
evt
- contains details of the item event
java.rmi.RemoteException
- if a listener can not be notifiedpublic void itemDepositAdded(com.ibm.retail.AEF.event.ItemSalesEvent evt) throws java.rmi.RemoteException
evt
- contains details of the item event
java.rmi.RemoteException
- if a listener can not be notifiedpublic void itemDepositRemoved(com.ibm.retail.AEF.event.ItemSalesEvent evt) throws java.rmi.RemoteException
evt
- contains details of the item event
java.rmi.RemoteException
- if a listener can not be notifiedpublic void itemRefund(com.ibm.retail.AEF.event.ItemSalesEvent evt) throws java.rmi.RemoteException
evt
- contains details of the item event
java.rmi.RemoteException
- if a listener can not be notified
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |