com.ibm.retail.AEF.event
Interface OperatorListener

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

public interface OperatorListener
extends POSAppEventListener

Listener interface for receiving OperatorEvents from the terminal session. An OperatorEvent is fired whenever an operator signs on or off of a POS terminal session.

See Also:
addOperatorListener

Method Summary
 void operatorEventOccurred(com.ibm.retail.AEF.event.OperatorEvent evt)
          An operator action has been performed on the POS terminal session.
 

Method Detail

operatorEventOccurred

public void operatorEventOccurred(com.ibm.retail.AEF.event.OperatorEvent evt)
                           throws java.rmi.RemoteException
An operator action has been performed on the POS terminal session.

Parameters:
evt - contains operator details
java.rmi.RemoteException


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