public class PropertyChange extends Object
| Constructor and Description |
|---|
PropertyChange(Object object,
String propertyName,
Object oldValue,
Object newValue) |
public PropertyChange(Object object, String propertyName, Object oldValue, Object newValue)
public String getPropertyName()
public Object getOldValue()
public Object getNewValue()