javax.swing.event
public final class SwingPropertyChangeSupport extends PropertyChangeSupport
Constructor Summary | |
---|---|
SwingPropertyChangeSupport(Object source)
Creates a new instance.
|
Parameters: source the source (null
not permitted).
Throws: NullPointerException if source
is null
.