PropertyChangeEvent.PropertyChangeEvent

PropertyChangeEvent.PropertyChangeEvent

Class Overview | Class Members | This Package | All Packages

Syntax
public PropertyChangeEvent( Object source, String propertyName, Object oldValue, Object newValue )
Parameters
source
The bean that fired the event.
propertyName
The programmatic name of the property that was changed.
oldValue
The old value of the property.
newValue
The new value of the property.