It's interesting that MVC is mostly introduced to most people as part of a web based architecture. From my understanding of MVC, the view can be updated by the model, and view can update the model. Which makes sense in the context that you have multiple views into the model. This doesn't tend to happen with web based MVC.