javax.swing.plaf.basic
Class BasicComboBoxUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
MetalComboBoxUI.MetalPropertyChangeListener
Enclosing class:
BasicComboBoxUI

public class BasicComboBoxUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

Handles PropertyChangeEvents fired by the JComboBox.


Constructor Summary
BasicComboBoxUI.PropertyChangeHandler()
          Creates a new instance.
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Invoked whenever bound property of JComboBox changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComboBoxUI.PropertyChangeHandler

public BasicComboBoxUI.PropertyChangeHandler()
Creates a new instance.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Invoked whenever bound property of JComboBox changes.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - the event.