public interface ItemListViewListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
itemRemoved(ItemListEvent e)
Raised when the user removes a item from the list view.
|
void |
itemSelected(ItemListEvent e)
Raised when the user selects a item in the list view.
|
void itemSelected(ItemListEvent e)
e
- An ItemListEvent object providing information about the event.void itemRemoved(ItemListEvent e)
e
- An ItemListEvent object providing information about the event.