javax.swing.plaf.basic
Class BasicInternalFrameUI.InternalFramePropertyChangeListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicInternalFrameUI.InternalFramePropertyChangeListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicInternalFrameUI

public class BasicInternalFrameUI.InternalFramePropertyChangeListener
extends Object
implements PropertyChangeListener

This helper class listens for PropertyChangeEvents from the JInternalFrame.


Constructor Summary
BasicInternalFrameUI.InternalFramePropertyChangeListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
          This method is called when one of the JInternalFrame's properties change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicInternalFrameUI.InternalFramePropertyChangeListener

public BasicInternalFrameUI.InternalFramePropertyChangeListener()
Method Detail

propertyChange

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

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - The PropertyChangeEvent.