com.ibm.retail.AEF.event
Interface CouponListener

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

public interface CouponListener
extends POSAppEventListener

Listener interface for receiving CouponEvents from the terminal session. A CouponEvent is fired whenever a coupon is redeemed or applied to the POS transaction to reduce the transaction amount.

See Also:
addCouponListener

Method Summary
 void couponApplied(com.ibm.retail.AEF.event.CouponEvent evt)
          A coupon was added or removed from a transaction.
 

Method Detail

couponApplied

public void couponApplied(com.ibm.retail.AEF.event.CouponEvent evt)
                   throws java.rmi.RemoteException
A coupon was added or removed from a transaction.

Parameters:
evt - contains coupon details
Throws:
java.rmi.RemoteException - if remote access fails


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