javax.swing.plaf.basic
Class BasicScrollBarUI.PropertyChangeHandler

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

public class BasicScrollBarUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

A helper class that listens to the ScrollBar's properties.


Constructor Summary
BasicScrollBarUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Called when one of the ScrollBar's properties change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScrollBarUI.PropertyChangeHandler

public BasicScrollBarUI.PropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Called when one of the ScrollBar's properties change.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - The PropertyChangeEvent fired by the ScrollBar.