Uses of Interface
com.google.gwt.core.client.RunAsyncCallback
-
Uses of RunAsyncCallback in com.google.gwt.core.client
Modifier and TypeMethodDescriptionstatic void
GWT.runAsync
(RunAsyncCallback callback) Run the specified callback once the necessary code for it has been loaded.static void
GWT.runAsync
(Class<?> name, RunAsyncCallback callback) The same asGWT.runAsync(RunAsyncCallback)
, except with an extra parameter to provide a name for the call.