FileDocCategorySizeDatePackage
ItemEventConsumer.javaAPI DocphoneME MR2 API (J2ME)2390Wed May 02 18:00:24 BST 2007com.sun.midp.lcdui

ItemEventConsumer

public interface ItemEventConsumer
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.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleItemSizeRefreshEvent(javax.microedition.lcdui.CustomItem src)
Called by event delivery to refresh the size information of a CustomItem.

param
src the CustomItem whose size information is to be updated

public voidhandleItemStateChangeEvent(javax.microedition.lcdui.Item src)
Called by event delivery to notify an ItemStateChangeListener of a change in an item

param
src the Item which has changed