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