public class BasicComboBoxUI.PropertyChangeHandler extends Objectimplements PropertyChangeListener
Subclasses which wish to listen to combo box property changes should call the superclass methods to ensure that the combo box ui correctly handles property changes.
This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.
| Constructor and Description |
|---|
PropertyChangeHandler()
|
public void propertyChange(PropertyChangeEvente)
PropertyChangeListener
propertyChange in interface
PropertyChangeListener
e - A PropertyChangeEvent object describing the event source and the property that has changed.