On Mar 11, 6:28 am, sergey-miryanov <[email protected]> wrote: > Hi all, > > I google it, but without results. Is DeferredCommand guaranteed that > command queue will be executed in order of command addition?
Yes. (looking at the code would have probably been faster than googling around and asking here ;-) ) May I suggest though that you use Scheduler instead? scheduleFinally might be more "responsive" than scheduleDeferred or a DeferredCommand if you don't really need the "deferred" behavior. -- 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.
