JavaTM 2 Platform
Standard Ed. 6

java.beans
接口 VetoableChangeListener

所有超级接口:
EventListener
所有已知实现类:
BeanContextServicesSupport, BeanContextSupport, VetoableChangeListenerProxy

public interface VetoableChangeListener
extends EventListener

只要 bean 更改 "constrained" 属性,都将会激发一个 VetoableChange 事件。可以向源 bean 注册一个 VetoableChangeListener,以便获得所有约束 (constrained) 属性更改的通知。


方法摘要
 void vetoableChange(PropertyChangeEvent evt)
          在约束属性发生更改时调用此方法。
 

方法详细信息

vetoableChange

void vetoableChange(PropertyChangeEvent evt)
                    throws PropertyVetoException
在约束属性发生更改时调用此方法。

参数:
evt - 描述事件源和已更改属性的 PropertyChangeEvent 对象。
抛出:
PropertyVetoException - 如果接收方希望回滚属性更改。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only