|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
VetoableChangeListener.vetoableChange(PropertyChangeEvent evt)
This method gets called when a constrained property is changed. |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Report a vetoable property update to any registered listeners. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |