Class Index | File Index

Classes


Class PropertyChangeEvent


Defined in: core.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
PropertyChangeEvent(source, propertyName, oldValue, newValue)
Creates a PropertyChangeEvent instance.
Method Summary
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}

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:24 GMT+0200 (CEST)