com.ibm.retail.AEF.event
Interface OptionsListener

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

public interface OptionsListener
extends POSAppEventListener

Listener interface for receiving OptionsEvents from the terminal session. An OptionsEvent is fired whenever store or terminal options (configuration information) is loaded into the terminal session.

This event should be generated whenever a change occurs to the options and during the initial load of options data for the terminal session.

See Also:
addOptionsListener

Method Summary
 void optionsLoaded(com.ibm.retail.AEF.event.OptionsEvent evt)
          Options information has been loaded for the terminal session.
 

Method Detail

optionsLoaded

public void optionsLoaded(com.ibm.retail.AEF.event.OptionsEvent evt)
                   throws java.rmi.RemoteException
Options information has been loaded for the terminal session.

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


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