org.tm4j.topicmap.utils.HelperBase .fireVetoableChange(java.lang.String propertyName,boolean oldValue,boolean newValue)

Description

Notifies registered VetoableChangeListeners that a vetoable change to a property has occurred. Note that if the change is not vetoed, any registered PropertyChangeListeners are notified of the property change as well.

Parameters
boolean newValue the new property value.
int oldValue the original property value.
java.lang.String propertyName the string identifying the property.

Throws

Other Resources