javax.swing.plaf.basic
Class BasicListUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicListUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicListUI

public class BasicListUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

Helper class which listens to PropertyChangeEvents from the JList.


Constructor Summary
BasicListUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Called when the JList changes one of its bound properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicListUI.PropertyChangeHandler

public BasicListUI.PropertyChangeHandler()
Method Detail

propertyChange

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

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - The event representing the property change