| com.sun.midp.lcdui.ItemEventConsumer
All known Subclasses: javax.microedition.lcdui.DisplayEventHandlerImpl,
ItemEventConsumer | public interface ItemEventConsumer (Code) | | This I/F processes display events that are not associated directly
with an instance specific DisplayEventConsumer target
(associated with a particular Display).
These are Item-related events processed by static Display methods.
This I/F is implemented only by
javax.microedition.lcdui.DisplayEventHandlerImpl isolate-wide singleton.
|
handleItemSizeRefreshEvent | void handleItemSizeRefreshEvent(CustomItem src)(Code) | | Called by event delivery to refresh the size information
of a CustomItem.
Parameters: src - the CustomItem whose size information is to be updated |
handleItemStateChangeEvent | void handleItemStateChangeEvent(Item src)(Code) | | Called by event delivery to notify an ItemStateChangeListener
of a change in an item
Parameters: src - the Item which has changed |
|
|