public class

BasicInternalFrameTitlePane.PropertyChangeHandler

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandler
Known Direct Subclasses

Class Overview

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

Summary

Public Constructors
BasicInternalFrameTitlePane.PropertyChangeHandler()
Public Methods
void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicInternalFrameTitlePane.PropertyChangeHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent evt)

This method gets called when a bound property is changed.

Parameters
evt A PropertyChangeEvent object describing the event source and the property that has changed.