扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.beans.beancontext类beancontextchildsupport的类成员方法: firepropertychange定义及介绍
发布时间:2014-2-17
本文导语:
firepropertychange
public void firepropertychange(string name,
object oldvalue,
object newvalue)
向所有已注册的侦听器报告绑定 (bound) 属性更新。如果新属性和旧属性相同并且是非 null 的,则不会触...