com.ibm.retail.AEF.event
Interface ReportListener

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

public interface ReportListener
extends POSAppEventListener

Listener interface for receiving ReportEvents from the terminal session. A ReportEvent is fired to communicate reporting information from the POS application.

See Also:
addReportListener

Method Summary
 void reportDataAvailable(com.ibm.retail.AEF.event.ReportEvent evt)
          Report event occurred
 

Method Detail

reportDataAvailable

public void reportDataAvailable(com.ibm.retail.AEF.event.ReportEvent evt)
                         throws java.rmi.RemoteException
Report event occurred

Parameters:
evt - contains report information
Throws:
java.rmi.RemoteException - if remote access fails


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