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)
ListSelectionListenerListSelectionEvent.valueChanged in interface ListSelectionListenere - the event.