problem with async sequence...

11 views
Skip to first unread message

Navindian

unread,
Oct 4, 2011, 12:50:49 PM10/4/11
to google-we...@googlegroups.com
I have the following code, operation2() is not showing correct value properly unless i make window alert .....
 
 
operation0(,(new AsyncCallback(){
public void onFailure(Throwable caught) {}

public void onSuccess() {operation1();}}));

Window.alert('halt');

operation2();
 
 
 

Ashton Thomas

unread,
Oct 4, 2011, 1:32:19 PM10/4/11
to google-we...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages