org.granite.client.tide.data.impl
Class PropertyChange
java.lang.Object
org.granite.client.tide.data.impl.PropertyChange
public class PropertyChange
- extends Object
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChange
public PropertyChange(Object object,
String propertyName,
Object oldValue,
Object newValue)
getObject
public Object getObject()
getPropertyName
public String getPropertyName()
getOldValue
public Object getOldValue()
getNewValue
public Object getNewValue()