javax.swing.event

Class SwingPropertyChangeSupport

public final class SwingPropertyChangeSupport extends PropertyChangeSupport

Provides a mechanism for registering {@link PropertyChangeListener}s and forwarding {@link PropertyChangeEvent}s to those listeners. As of JDK1.5 this class is no longer in use. Use {@link PropertyChangeSupport} instead.
Constructor Summary
SwingPropertyChangeSupport(Object source)
Creates a new instance.

Constructor Detail

SwingPropertyChangeSupport

public SwingPropertyChangeSupport(Object source)
Creates a new instance.

Parameters: source the source (null not permitted).

Throws: NullPointerException if source is null.