com.ibm.retail.AEF.event
Interface CashReceiptListener

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

public interface CashReceiptListener
extends POSAppEventListener

Listener interface for receiving cash receipt printer events from the terminal session.

See Also:
addCashReceiptListener

Method Summary
 void linePrinted(com.ibm.retail.AEF.event.CashReceiptEvent evt)
          A line was printed on the receipt.
 

Method Detail

linePrinted

public void linePrinted(com.ibm.retail.AEF.event.CashReceiptEvent evt)
                 throws java.rmi.RemoteException
A line was printed on the receipt.

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


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