- 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.