Introduction - If you have any usage issues, please Google them yourself
Although the model does not understand any of the details of the view, there is an observer relationship between the model and the view. In other words, the view retains the reference to the model and registers itself into the model to receive the change notification. Upon receipt of the notification, the view will retrieve new data from the model and update the UI.