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. |
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