GWT 2.4.0

Uses of Interface
com.google.gwt.core.client.RunAsyncCallback

Packages that use RunAsyncCallback
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
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.
 


GWT 2.4.0