JavaTM 2 Platform
Standard Ed. 5.0

java.beans
接口 VetoableChangeListener

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

public interface VetoableChangeListener
extends EventListener

无论 bean 何时更改 "constrained" 属性,都会激发一个 VetoableChange 事件。可以向源 bean 注册一个 VetoableChangeListener,以便获得所有 constrained 属性更改的通知。


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

方法详细信息

vetoableChange

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

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

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策