javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.PropertyChangeHandler

Enclosing Class:
BasicInternalFrameTitlePane
Implemented Interfaces:
EventListener, PropertyChangeListener
Known Direct Subclasses:
WindowsInternalFrameTitlePane.WindowsPropertyChangeHandler

public class BasicInternalFrameTitlePane.PropertyChangeHandler
extends Object
implements PropertyChangeListener

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of .

Method Summary

void
propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.