Menu Item and MVP (2) - Google Web Toolkit | Google Groups - 0 views
-
Esfand S on 15 Jul 10>> Would the MenuItem class need to implement HasClickHandler so that >> when a MenuItem is clicked, the action can be handled in the >> presenter. At this time, the MenuItem needs an object that implements >> the Command interface, so the view seems to know about the presenter. >> I would like to know what others think about this.