org.granite.client.tide.data.impl
Class PropertyChange

java.lang.Object
  extended by org.granite.client.tide.data.impl.PropertyChange

public class PropertyChange
extends Object

Author:
William DRAI

Constructor Summary
PropertyChange(Object object, String propertyName, Object oldValue, Object newValue)
           
 
Method Summary
 Object getNewValue()
           
 Object getObject()
           
 Object getOldValue()
           
 String getPropertyName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChange

public PropertyChange(Object object,
                      String propertyName,
                      Object oldValue,
                      Object newValue)
Method Detail

getObject

public Object getObject()

getPropertyName

public String getPropertyName()

getOldValue

public Object getOldValue()

getNewValue

public Object getNewValue()