Class PropertyChangeEvent
Defined in: core.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
PropertyChangeEvent(source, propertyName, oldValue, newValue)
Creates a PropertyChangeEvent instance.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns the new value of the property.
|
|
|
Returns the old value of the property.
|
|
|
Returns the name of the modified property.
|
Class Detail
PropertyChangeEvent(source, propertyName, oldValue, newValue)
Creates a PropertyChangeEvent instance.
Adapted from java.beans.PropertyChangeEvent
- Parameters:
- source
- propertyName
- oldValue
- newValue
Method Detail
getNewValue()
Returns the new value of the property.
getOldValue()
Returns the old value of the property.
{string}
getPropertyName()
Returns the name of the modified property.
- Returns:
- {string}
