2008/9/12 Thomas Broyer <[EMAIL PROTECTED]>
>
> String currentToken = History.getToken();
> History.newItem("SomeToken");
> History.newItem(currentToken, false);
>
> It works because history change events are now fired synchronously.
>
>
But that writes out *two* history tokens. onHistoryChanged("SomeToken")
doesn't write out any.
But I'd rather say that you shouldn't do such things and try to find
> an alternate, better *design* for your app.
What exactly is wrong with my design?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---