Hi everyone, I don't know how to keep using the MVP good pratices at my actual context, i need to add event handlers for: click, blur and value change. But i've read that to keep the view decoupled the presenter (activity) should not know anything about the component itself, so my presenter interface returns an HasValue object .. and i need to add others handlers than just valueChangeHandler.
Some advice to reach that keeping my decoupling (i'll need to write a mobile frontend soon)? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
