net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboPopup.ListSelectionHandler

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup.ListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
BasicComponentComboPopup

protected class BasicComponentComboPopup.ListSelectionHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. Do not call or override.


Constructor Summary
protected BasicComponentComboPopup.ListSelectionHandler()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComponentComboPopup.ListSelectionHandler

protected BasicComponentComboPopup.ListSelectionHandler()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener