javax.swing.event

Class SwingPropertyChangeSupport

public final class SwingPropertyChangeSupport extends PropertyChangeSupport

Provides a mechanism for registering PropertyChangeListeners and forwarding PropertyChangeEvents to those listeners. As of JDK1.5 this class is no longer in use. Use 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.