|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListSelectionListener<Item extends Widget>
A ListSelectionListener is notified of any selection change of a List Widget.
| Method Summary | |
|---|---|
void |
onListItemClicked(AbstractList<Item> list,
Item item)
This event is fired, when a List Item is clicked. |
void |
onListSelectionChanged(AbstractList<Item> list,
Item oldSelection,
Item newSelection)
This event is fired, when the List's selection has changed. |
| Method Detail |
|---|
void onListSelectionChanged(AbstractList<Item> list,
Item oldSelection,
Item newSelection)
list - the list, that fired this eventoldSelection - the pre-event selected ItemnewSelection - the new current selected Item
void onListItemClicked(AbstractList<Item> list,
Item item)
list - the list, that fired this eventitem - the clicked Item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||