JavaTM Platform
Standard Ed. 6

java.beans
인터페이스 VetoableChangeListener

모든 슈퍼 인터페이스:
EventListener
기존의 구현 클래스의 일람:
BeanContextServicesSupport , BeanContextSupport , VetoableChangeListenerProxy


public interface VetoableChangeListener
extends EventListener

VetoableChange 이벤트는, Bean 가 「제약」프로퍼티을 변경할 때마다 트리거됩니다. 제약 프로퍼티의 갱신마다 통지를 보내도록(듯이), VetoableChangeListener 를 소스 Bean 에 등록할 수 있습니다.


메소드의 개요
 void vetoableChange (PropertyChangeEvent  evt)
          제약 프로퍼티의 변경시에 불려 갑니다.
 

메소드의 상세

vetoableChange

void vetoableChange(PropertyChangeEvent  evt)
                    throws PropertyVetoException 
제약 프로퍼티의 변경시에 불려 갑니다.

파라미터:
evt - 이벤트 소스 및 변경한 프로퍼티을 기술한다 PropertyChangeEvent 객체
예외:
PropertyVetoException - 수취하는 측으로 프로퍼티 변경의 롤백(rollback)를 지정하고 있는 경우

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.