javax.swing.plaf.basic
protected class BasicComboPopup.ListSelectionHandler extends Object implements ListSelectionListener
Modifier | Constructor and Description |
---|---|
protected |
BasicComboPopup.ListSelectionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(ListSelectionEvent e)
Receives notification of a
ListSelectionEvent . |
protected BasicComboPopup.ListSelectionHandler()
public void valueChanged(ListSelectionEvent e)
ListSelectionListener
ListSelectionEvent
.valueChanged
in interface ListSelectionListener
e
- the event.