gabrial11392 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

Allow binding presenter via an interface #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, Presenter (and PresenterWidget) _implementations_ are bound by 
bindPresenter and bindPresenterWidget (in AbstractPresenterModule). It would 
sometimes be really useful to bind an Presenter interface to a Presenter 
implementation. So we should add bindPresenter and bindPresenterWidget 
methods that take one extra parameter: the presenter interface.

Discussion on this:
http://groups.google.com/group/gwt-
platform/browse_frm/thread/3a1075c83ed499ba

Original issue reported on code.google.com by philippe.beaudoin on 28 Apr 2010 at 3:36

GoogleCodeExporter commented 9 years ago
Bumping up, preparing for release 0.2.

Original comment by philippe.beaudoin on 13 May 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 18 Jul 2010 at 7:15