Package com.google.gwt.core.client
Interface RunAsyncCallback
-
Method Summary
-
Method Details
-
onFailure
Called when, for some reason, the necessary code cannot be loaded. For example, the web browser might no longer have network access. -
onSuccess
void onSuccess()Called once the necessary code for it has been loaded.
-