On Jul 19, 9:04 pm, mk <[email protected]> wrote: > Thanks a lot. > > Now if there are three DIFFERENT presenters (say 2a,2b,2c) listening > event from 1st presenter. > Than do 1st presenter has to create event with all the appro. values > required by 2a,2b,2c presenters?
In fact, you shouldn't be thinking about presenters 2a, 2b, or 2c when writing presenter 1. Presenter 1 should just fire change events when its data changes. Presenters 2a, 2b, 2c, and future presenters 3q and 7f should simply add event handlers to presenter 1 and pick out the information they need. Eric -- 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.
