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 PropertyChange
public java.lang.Object getNewValue()
getNewValue
in interface PropertyChange
public java.lang.String getPropertyName()
getPropertyName
in interface PropertyChange
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object