|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface PropertyChangeListener
无论 bean 何时更改 "bound" 属性,都会激发一个 "PropertyChange" 事件。可以向源 bean 注册一个 PropertyChangeListener,以便获得所有绑定 (bound) 属性更改的通知。
方法摘要 | |
---|---|
void |
propertyChange(PropertyChangeEvent evt)
在绑定属性发生更改时调用此方法。 |
方法详细信息 |
---|
void propertyChange(PropertyChangeEvent evt)
evt
- 描述事件源和已更改属性的 PropertyChangeEvent 对象。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。