com.ibm.retail.AEF.event
Interface DiscountListener

All Superinterfaces:
POSAppEventListener, java.rmi.Remote
All Known Implementing Classes:
DiscountListenerProxy

public interface DiscountListener
extends POSAppEventListener

Listener interface for receiving discount events from the terminal session. Discount events are generated as items are sold in a POS transaction and discounts are applied to reduce the total of the item or transaction.

See Also:
addDiscountListener

Method Summary
 void discountApplied(com.ibm.retail.AEF.event.DiscountEvent evt)
          A discount was applied to an item or transaction.
 

Method Detail

discountApplied

public void discountApplied(com.ibm.retail.AEF.event.DiscountEvent evt)
                     throws java.rmi.RemoteException
A discount was applied to an item or transaction.

Parameters:
evt - contains details of the discount event
Throws:
java.rmi.RemoteException - if a listener can not be notified


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004