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