PropertyChangeEvent

Class PropertyChangeEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexedPropertyChangeEvent
public class PropertyChangeEvent
extends EventObject

A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property. A PropertyChangeEvent object is sent as an argument to the PropertyChangeListener and VetoableChangeListener methods.

Normally Prop