In gwt app you only have 1 thread. In swing you queue this "actions" in EDT
thread. How do you manage this?

2011/5/16 ankit <[email protected]>

> i am making a GWT framework similar to Swing framework. in GWT, i have
> one method in which i am making a anonymous class in method. but
> problem is when this method executes, execution control does not go to
> anonymous class instead it skips over it. after this method executes
> completely, control transfers to anonymous class. and this thing is
> working perfectly fine in Swing. hope u guys understand my problem.
> thnk you for have a look at this..
> Ankit
>
> --
> 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.
>
>

-- 
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.

Reply via email to