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)
  2. void firePropertyChange(String propertyName, int oldValue, int newValue)
  3. void firePropertyChange(String propertyName, Object oldValue, Object newValue)
    class PropertyChangeSupport
    void
    firePropertyChange
    (,
    Object oldValue
    ,
    Object newValue
    )

Meta