com.ibm.retail.AEF.event
Interface StateChangeEvent

All Superinterfaces:
POSAppEvent, POSAppEventElement, SAXElementHandler, java.io.Serializable

public interface StateChangeEvent
extends POSAppEvent

StateChangeEvent is an event object generated when the State of the POS application changes. State changes are associated with POS applications that use state tables to drive POS processing.


Method Summary
 int getStateId()
          Returns the state identifier.
 boolean isChangeToCurrent()
          Indicates if this state change is merely a change to the current state.
 
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEvent
getEventType, getPropertyChangeCategory, getTerminalNumber, setEventType, setTerminalNumber
 
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString
 
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler
endElement, startElement
 

Method Detail

getStateId

public int getStateId()
Returns the state identifier.

Returns:
state identifier

isChangeToCurrent

public boolean isChangeToCurrent()
Indicates if this state change is merely a change to the current state.

Returns:
true if this state change is a change to CURRENT


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