two ways:
- 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
Ideally , you should be able to almost entirely comprhend the behavior of a screen from looking at the presenter alone.























浙公网安备 33010602011771号