javax.swing.plaf.basic
Class BasicComboPopup.PropertyChangeHandler

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

protected class BasicComboPopup.PropertyChangeHandler
extends Object
implements PropertyChangeListener

This class listens to changes occuring in the bound properties of the combo box


Constructor Summary
protected BasicComboPopup.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Fired after a Bean's property has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComboPopup.PropertyChangeHandler

protected BasicComboPopup.PropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Description copied from interface: PropertyChangeListener
Fired after a Bean's property has changed.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - the change (containing the old and new values)