PropertyChangeSupport

Undocumented in source.

Constructors

this
this(Object obj)
Undocumented in source.

Members

Functions

addPropertyChangeListener
void addPropertyChangeListener(PropertyChangeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addPropertyChangeListener
void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
firePropertyChange
void firePropertyChange(String propertyName, bool oldValue, bool newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
firePropertyChange
void firePropertyChange(String propertyName, int oldValue, int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
firePropertyChange
void firePropertyChange(String propertyName, Object oldValue, Object newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
removePropertyChangeListener
void removePropertyChangeListener(PropertyChangeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removePropertyChangeListener
void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

listeners
PropertyChangeListener[][String] listeners;
Undocumented in source.
obj
Object obj;
Undocumented in source.

Meta