javax.swing.plaf.basic
Class BasicComboPopup.ListSelectionHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboPopup.ListSelectionHandler
All Implemented Interfaces:
EventListener, ListSelectionListener
Enclosing class:
BasicComboPopup

protected class BasicComboPopup.ListSelectionHandler
extends Object
implements ListSelectionListener

This class is not used anymore


Constructor Summary
protected BasicComboPopup.ListSelectionHandler()
           
 
Method Summary
 void valueChanged(ListSelectionEvent e)
          Receives notification of a ListSelectionEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComboPopup.ListSelectionHandler

protected BasicComboPopup.ListSelectionHandler()
Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)
Description copied from interface: ListSelectionListener
Receives notification of a ListSelectionEvent.

Specified by:
valueChanged in interface ListSelectionListener
Parameters:
e - the event.