javax.swing.plaf.basic

Class BasicInternalFrameUI.InternalFramePropertyChangeListener

public class BasicInternalFrameUI.InternalFramePropertyChangeListener extends Object implements PropertyChangeListener

This helper class listens for PropertyChangeEvents from the JInternalFrame.
Method Summary
voidpropertyChange(PropertyChangeEvent evt)
This method is called when one of the JInternalFrame's properties change.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method is called when one of the JInternalFrame's properties change.

Parameters: evt The PropertyChangeEvent.