All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.beans.VetoableChangeSupport
public VetoableChangeSupport(Object sourceBean)
public synchronized void addVetoableChangeListener(VetoableChangeListener listener)
public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)
public void fireVetoableChange(String propertyName,
Object oldValue,
Object newValue) throws PropertyVetoException
No event is fired if old and new are equal and non-null.
All Packages Class Hierarchy This Package Previous Next Index