about MVC(2)

wxPython in Action 裏面的一句話:

The View is the wx.Window object that display your data, the Controller is the wx.EvtHandler objects that dispatch events, and the Model is your own code that contains the information to be displayed.

Martin Fowler 關於presentation 模式的解釋:

Presentation Model(Application Model):

http://www.martinfowler.com/eaaDev/PresentationModel.html

http://www.martinfowler.com/eaaDev/ModelViewPresenter.html

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章