Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.core.client.impl |
Modifier and Type | Method and Description |
---|---|
static void |
GWT.runAsync(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.
|
Modifier and Type | Method and Description |
---|---|
static void |
AsyncFragmentLoader.runAsync(int fragment,
RunAsyncCallback callback)
Called by the compiler to implement
GWT.runAsync(java.lang.Class<?>, com.google.gwt.core.client.RunAsyncCallback) . |
Copyright © 2018. All rights reserved.