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