- Expose the event off of the IView interface: loose couple between view and presenter(the view does not know the presenter) and the view is easy to be test, ugly event handling syntax
- Let the view have a reference to the presenter. easy to develop
two ways:
转载于:https://www.cnblogs.com/ellipse-gao/archive/2007/09/14/893381.html