找考题网-背景图
单项选择题

A.使用Bean自动实现方法:addPropertyChangeListener和removeProperty……

在J2EE中,在自己编写的Bean中有代码: 
Private PropertyChangeSupport changes = new PropertyChangeSupport (this): 
Changes对象的作用是(): 



A.使用Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法
B.保持属性变化监听者列表,并点火属性变化事件
C.通过内省功能,让该Bean继承Listener
D.使该Bean的作为Listener