public interface HItemListener extends EventListener
HItemListener interface enables the reception of HItemEvents, as generated
by objects implementing HItemValue.
| Parameter | Description | Default value | Set method | Get method |
|---|---|---|---|---|
| None. | ||||
| Description | Default value | Set method | Get method |
|---|---|---|---|
| None. | |||
| Modifier and Type | Method and Description |
|---|---|
void |
currentItemChanged(HItemEvent e)
Called when a change to the current item of the
HItemValue occurs. |
void |
selectionChanged(HItemEvent e)
Called when a change to the selection mode or the set of selected items
held by the
HItemValue occurs. |
void selectionChanged(HItemEvent e)
HItemValue occurs.e - is the HItemEvent generated by the object implementing HItemValue.void currentItemChanged(HItemEvent e)
HItemValue occurs.e - is the HItemEvent generated by the object implementing HItemValue.Copyright © 2012 code4tv.com. All Rights Reserved.