The response for rpc, httprequest etc is asynchrnous. You can put the handleResponse() code inside Scheduler.get().scheduleDeferred(...). This will protect the current event loop.
S. Abraham www.DataStoreGwt.com On Sep 19, 5:39 pm, wahaha <[email protected]> wrote: > thanks ,but how to use ? > > On 9月19日, 下午6时27分, Jens <[email protected]> wrote: > > > > > > > > > Scheduler.get().scheduleDeferred(...) is the replacement. > > > -- J. -- 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.
