Package com.google.gwt.core.client
Interface RunAsyncCallback
-
public interface RunAsyncCallbackA callback meant to be used byGWT.runAsync(RunAsyncCallback).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(java.lang.Throwable reason)Called when, for some reason, the necessary code cannot be loaded.voidonSuccess()Called once the necessary code for it has been loaded.
-