javax.swing.plaf.basic

Class BasicListUI.PropertyChangeHandler

public class BasicListUI.PropertyChangeHandler extends Object implements PropertyChangeListener

Helper class which listens to PropertyChangeEvents from the JList.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Called when the JList changes one of its bound properties.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Called when the JList changes one of its bound properties.

Parameters: e The event representing the property change