java.lang.Object
javax.swing.plaf.basic.BasicToolBarUI.PropertyListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Direct Known Subclasses:
MetalToolBarUI.MetalRolloverListener
- Enclosing class:
- BasicToolBarUI
The class listens for property changed events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method gets called when a bound property is changed.
-
Constructor Details
-
PropertyListener
protected PropertyListener()Constructs aPropertyListener
.
-
-
Method Details
-
propertyChange
Description copied from interface:PropertyChangeListener
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
-