模块
java.desktop
Class BasicInternalFrameUI.InternalFramePropertyChangeListener
- java.lang.Object
-
- javax.swing.plaf.basic.BasicInternalFrameUI.InternalFramePropertyChangeListener
-
- 实现的所有接口
-
PropertyChangeListener
,EventListener
- Enclosing class:
- BasicInternalFrameUI
public class BasicInternalFrameUI.InternalFramePropertyChangeListener extends Object implements PropertyChangeListener
内部框架属性更改侦听器。
-
-
方法详细信息
-
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.
-
-