public class

BasicInternalFrameUI.InternalFramePropertyChangeListener

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicInternalFrameUI.InternalFramePropertyChangeListener

Summary

Public Constructors
BasicInternalFrameUI.InternalFramePropertyChangeListener()
Public Methods
void propertyChange(PropertyChangeEvent evt)
Detects changes in state from the JInternalFrame and handles actions.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicInternalFrameUI.InternalFramePropertyChangeListener ()

Public Methods

public void propertyChange (PropertyChangeEvent evt)

Detects changes in state from the JInternalFrame and handles actions.

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