ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

A start presenter should be configured instead of a start view #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, the event bus needs to know about the start view. The main drawback 
is that you're forced to use mvp4g to inject view.

For more flexibility, a start presenter should be configured instead. 

This way, you'll have a better decoupling since the event bus will know only 
about the presenters/event handlers.

Original issue reported on code.google.com by plcoir...@gmail.com on 17 Jun 2011 at 12:29

GoogleCodeExporter commented 8 years ago
Available in the last snapshot

Original comment by plcoir...@gmail.com on 13 Jul 2011 at 9:29