Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
Modifier and Type | Method and Description |
---|---|
static void |
GWT.runAsync(java.lang.Class<?> name,
RunAsyncCallback callback)
The same as
GWT.runAsync(RunAsyncCallback) , except with an extra
parameter to provide a name for the call. |
static void |
GWT.runAsync(RunAsyncCallback callback)
Run the specified callback once the necessary code for it has been loaded.
|