public interface RunAsyncCallback
GWT.runAsync(RunAsyncCallback)
.Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable reason)
Called when, for some reason, the necessary code cannot be loaded.
|
void |
onSuccess()
Called once the necessary code for it has been loaded.
|