public class StyleChangeInfo extends Object
Style change info
Constructor and Description |
---|
StyleChangeInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue()
Gets or Sets the new value of property
|
Object |
getOldValue()
Gets or Sets the old value of property
|
String |
getPropertyName()
Gets or Sets the name of the property that was changed
|
void |
setNewValue(Object value)
Gets or Sets the new value of property
|
void |
setOldValue(Object value)
Gets or Sets the old value of property
|
void |
setPropertyName(String value)
Gets or Sets the name of the property that was changed
|
public final Object getNewValue()
Gets or Sets the new value of property
public final Object getOldValue()
Gets or Sets the old value of property
public final String getPropertyName()
Gets or Sets the name of the property that was changed
public final void setNewValue(Object value)
Gets or Sets the new value of property
public final void setOldValue(Object value)
Gets or Sets the old value of property
public final void setPropertyName(String value)
Gets or Sets the name of the property that was changed
Copyright © 2020. All rights reserved.