PropertyChangeSupport.firePropertyChange

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void firePropertyChange(String propertyName, bool oldValue, bool newValue)
    class PropertyChangeSupport
    void
    firePropertyChange
    (,,)
  2. void firePropertyChange(String propertyName, int oldValue, int newValue)
  3. void firePropertyChange(String propertyName, Object oldValue, Object newValue)

Meta