com.ibm.retail.AEF.event
Interface TransactionTotalsListener

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

public interface TransactionTotalsListener
extends POSAppEventListener

Listener interface for receiving transaction running totals from the terminal session.

See Also:
addTransactionTotalsListener

Method Summary
 void totalsChanged(com.ibm.retail.AEF.event.TransactionTotalsEvent evt)
          A transaction total was updated
 

Method Detail

totalsChanged

public void totalsChanged(com.ibm.retail.AEF.event.TransactionTotalsEvent evt)
                   throws java.rmi.RemoteException
A transaction total was updated

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


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