com.ibm.retail.AEF.event
Interface WorkstationStatusListener

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

public interface WorkstationStatusListener
extends POSAppEventListener

Listener interface for receiving WorkstationStatusEvents from the terminal POS session. A WorkstationStatusEvent is fired whenever the POS workstation enters a new "mode". For example, when a terminal is offline a workstation status event is fired to signal this change.

See Also:
addWorkstationStatusListener

Method Summary
 void workstationStatusChanged(com.ibm.retail.AEF.event.WorkstationStatusEvent evt)
          A change occurred to the workstation status.
 

Method Detail

workstationStatusChanged

public void workstationStatusChanged(com.ibm.retail.AEF.event.WorkstationStatusEvent evt)
                              throws java.rmi.RemoteException
A change occurred to the workstation status.

Parameters:
evt - contains workstation status details
Throws:
java.rmi.RemoteException - if listener can not be notified


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