public interface PropertyChange
IPageRecorder.
Renamed from IPageChange in release 4.0.
| Modifier and Type | Method and Description |
|---|---|
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 getComponentPath()
java.lang.Object getNewValue()
java.lang.String getPropertyName()