Module
java.desktop
Class BasicInternalFrameUI.InternalFramePropertyChangeListener
- java.lang.Object
-
- javax.swing.plaf.basic.BasicInternalFrameUI.InternalFramePropertyChangeListener
-
- All Implemented Interfaces:
-
PropertyChangeListener
,EventListener
- Enclosing class:
- BasicInternalFrameUI
public class BasicInternalFrameUI.InternalFramePropertyChangeListener extends Object implements PropertyChangeListener
内部框架属性更改侦听器。
-
-
构造方法摘要
构造方法 Constructor 描述 InternalFramePropertyChangeListener()
-
-
-
方法详细信息
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
从JInternalFrame中检测状态的变化并处理动作。- Specified by:
-
propertyChange
在接口PropertyChangeListener
- 参数
-
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
-