|
All Packages Class Hierarchy This Package Previous Next Index Class java.beans.PropertyChangeEventjava.lang.Object | +----java.util.EventObject | +----java.beans.PropertyChangeEvent
Normally PropertyChangeEvents are accompanied by the name and the old and new value of the changed property. If the new value is a builtin type (such as int or boolean) it must be wrapped as the corresponding java.lang.* Object type (such as Integer or Boolean). Null values may be provided for the old and the new values if their true values are not known. An event source may send a null object as the name to indicate that an arbitrary set of if its properties have changed. In this case the old and new values should also be null.
PropertyChangeEventpublic PropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)
getPropertyNamepublic String getPropertyName()
public Object getNewValue()
public Object getOldValue()
public void setPropagationId(Object propagationId)
public Object getPropagationId()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |