JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicDockableFrameUI.DockableFramePropertyChangeListener

java.lang.Object
  extended by com.jidesoft.plaf.basic.BasicDockableFrameUI.DockableFramePropertyChangeListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicDockableFrameUI

public class BasicDockableFrameUI.DockableFramePropertyChangeListener
extends Object
implements PropertyChangeListener


Constructor Summary
BasicDockableFrameUI.DockableFramePropertyChangeListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
          Detects changes in state from the DockableFrame and handles actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDockableFrameUI.DockableFramePropertyChangeListener

public BasicDockableFrameUI.DockableFramePropertyChangeListener()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Detects changes in state from the DockableFrame and handles actions.

Specified by:
propertyChange in interface PropertyChangeListener

JIDE 3.5.15