com.partnersoft.v3x.data
Class PropertyChange
java.lang.Object
com.partnersoft.v3x.data.PropertyChange
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyChange
- extends java.lang.Object
- implements java.io.Serializable
A simple property change.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChange
public PropertyChange()
PropertyChange
public PropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String newName)
getOldValue
public java.lang.Object getOldValue()
setOldValue
public void setOldValue(java.lang.Object newOldValue)
getNewValue
public java.lang.Object getNewValue()
setNewValue
public void setNewValue(java.lang.Object newNewValue)