constructor PropertyChangeRecord


PropertyChangeRecord(object, Symbol name, T oldValue, T newValue)

Source

PropertyChangeRecord(this.object, this.name, this.oldValue, this.newValue);