I was trying to fire an alert using the below line but was not sure how to fetch the new value. Your suggestion it really worked.. Thanks a ton...!!!!
apex.message.alert("The value changed from " + model.getValue(selectedRecords[0], "<column name")+ " to " + $v(this.triggeringElement));