charvax.swing.event
Class SwingPropertyChangeSupport
PropertyChangeSupport
charvax.swing.event.SwingPropertyChangeSupport
public final class SwingPropertyChangeSupport
extends PropertyChangeSupport
This subclass of java.beans.PropertyChangeSupport is identical
in functionality -- it sacrifices thread-safety (not a Swing
concern) for reduce memory consumption, which helps performance
(both big Swing concerns). Most of the overridden methods are
only necessary because all of PropertyChangeSupport's instance
data is private, without accessor methods.
SwingPropertyChangeSupport
public SwingPropertyChangeSupport(Object sourceBean)
Constructs a SwingPropertyChangeSupport object.
sourceBean
- The bean to be given as the source for any events.