扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.beans.beancontext接口beancontextchild的类成员方法: addpropertychangelistener定义及介绍
发布时间:2014-2-17
本文导语:
addpropertychangelistener
void addpropertychangelistener(string name,
propertychangelistener pcl)
将一个 propertychangelistener 添加到此 beancontextchild 中,以便无论指定属性何时发生更改都可以接收一个 propertychangeevent。
参数...