public class MetalComboBoxUI.MetalPropertyChangeListener extends BasicComboBoxUI.PropertyChangeHandler
MetalComboBoxUI.| Constructor and Description |
|---|
MetalComboBoxUI.MetalPropertyChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.
|
public MetalComboBoxUI.MetalPropertyChangeListener()
public void propertyChange(PropertyChangeEvent e)
PropertyChangeListenerpropertyChange in interface PropertyChangeListenerpropertyChange in class BasicComboBoxUI.PropertyChangeHandlere - A PropertyChangeEvent object describing the event source
and the property that has changed.