January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.lcdui.ItemStateListener
This interface is implemented by MIDlets that need to receive events
that indicate changes in the internal state of the interactive items
within a Form screen. The
itemStateChanged( ) method is called when the
internal state of an item has been changed by the user. This happens
when the user changes the set of selected values in a
ChoiceGroup, adjusts the value of an interactive
Gauge, enters or modifies the value in a
TextField, or enters a new date or time in a
DateField.
public interfaceItemStateListener{ // public static methods public voiditemStateChanged(Item item); }
Read now
Unlock full access