Hello,
I have an app that I want to split into modules. I already have the splitted
modules,
now I want to call it from the main module. Can this be achieved with
GWT.runAsync?
For example, I want to do this;
GWT.runAsync(new RunAsyncCallback() {
public void onFailure(Throwable caught) {
Window.alert("Code download failed");
}
public void onSuccess() {
// call a module at org.mycompany.Dashboard
}
});
Regards
--
Odeyemi 'Kayode O.
http://www.sinati.com. t: @charyorde
--
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.