com.ibm.retail.AEF.event
Interface PointsListener
- All Superinterfaces:
- POSAppEventListener, java.rmi.Remote
- All Known Implementing Classes:
- PointsListenerProxy
- public interface PointsListener
- extends POSAppEventListener
Listener interface for receiving PointsEvents
from the
terminal session. A PointsEvent
is fired whenever
loyalty points are awarded or redeemed in a transaction.
- See Also:
addPointsListener
Method Summary |
void |
pointsOccurred(com.ibm.retail.AEF.event.PointsEvent evt)
Points were awarded or redeemed. |
pointsOccurred
public void pointsOccurred(com.ibm.retail.AEF.event.PointsEvent evt)
throws java.rmi.RemoteException
- Points were awarded or redeemed.
- Parameters:
evt
- contains points details
- Throws:
java.rmi.RemoteException
- if remote access fails
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004