javax.swing.plaf.basic

Class BasicListUI.PropertyChangeHandler

public class BasicListUI.PropertyChangeHandler extends Object implements PropertyChangeListener

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

Method Detail

propertyChange

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

Parameters: e The event representing the property change