javax.swing.plaf.basic
Class BasicToolBarUI.PropertyListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicToolBarUI.PropertyListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
MetalToolBarUI.MetalRolloverListener
Enclosing class:
BasicToolBarUI

protected class BasicToolBarUI.PropertyListener
extends Object
implements PropertyChangeListener

This helper class listens for PropertyChangeEvents from the JToolBar.


Constructor Summary
protected BasicToolBarUI.PropertyListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          This method is called when a property from the JToolBar is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicToolBarUI.PropertyListener

protected BasicToolBarUI.PropertyListener()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
This method is called when a property from the JToolBar is changed.

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