Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Class
java.beans.PropertyVetoException

Packages that use PropertyVetoException
java.beans Contains classes for run-time Java Beans support. 
 

Uses of PropertyVetoException in java.beans
 

Methods in java.beans that throw PropertyVetoException
 void VetoableChangeSupport.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Report a vetoable property update to any registered listeners.
 void VetoableChangeListener.vetoableChange(PropertyChangeEvent evt)
          This method gets called when a constrained property is changed.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.