public class PropertyChangeImpl extends java.lang.Object implements PropertyChange
| Constructor and Description |
|---|
PropertyChangeImpl(java.lang.String componentPath,
java.lang.String propertyName,
java.lang.Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getComponentPath()
The path to the component on the page, or null if the property is a property of the page.
|
java.lang.Object |
getNewValue()
The new value for the property, which may be null.
|
java.lang.String |
getPropertyName()
The name of the property that changed.
|
java.lang.String |
toString() |
public PropertyChangeImpl(java.lang.String componentPath, java.lang.String propertyName, java.lang.Object newValue)
public java.lang.String getComponentPath()
getComponentPath in interface PropertyChangepublic java.lang.Object getNewValue()
getNewValue in interface PropertyChangepublic java.lang.String getPropertyName()
getPropertyName in interface PropertyChangepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Object