Hi Stephen, I actually don't want to complicate the whole thing by throwing another thing into the discussion, so feel free to tell me off, but here I go:
If we construct these interfaces along the lines of todays widgets how would one add other things along them, like touch support? Note: there is a different between a click and a touchstart, no touchmove and touchend. In mgwt we unify those situations as a TapEvent, but I am not sure if we want to introduce something like this into GWT proper yet. I am just a little worried that it might be very hard to fit a new widget concept under these interfaces, but maybe we can plan ahead or not bother at all. Just wanted to bring up my concerns. Other than that I am very much in favor of adding these to GWT proper since I found myself rewriting those a couple of times. -Daniel On Thu, Jun 6, 2013 at 7:32 AM, Stephen Haberman <[email protected]>wrote: > > > Just for the sake of correctness; > > You can still have similar stubs like you have today based on > > gwt-mockito (if you don't like mockito's 'expect' style). > > Ah, sorry, my fault for not looking in to it more. Thanks for the > correction. > > - Stephen > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > --- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Google Germany GmbH *Dienerstr. 12* *80331 München* Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Katherine Stephens -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
