org.tm4j.topicmap.utils.HelperBase .firePropertyChange(java.lang.String propertyName,int oldValue,int newValue)

Description

Notifies registered PropertyChangeListeners that a non-vetoable change to a property has occurred.

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

Other Resources