Uses of Class
com.google.gwt.core.client.prefetch.RunAsyncCode
-
Packages that use RunAsyncCode Package Description com.google.gwt.core.client.prefetch Classes allowing prefetching of resources. -
-
Uses of RunAsyncCode in com.google.gwt.core.client.prefetch
Methods in com.google.gwt.core.client.prefetch that return RunAsyncCode Modifier and Type Method Description (package private) static RunAsyncCode
RunAsyncCode. forSplitPointNumber(int splitPoint)
Not for direct use by application code.static RunAsyncCode
RunAsyncCode. runAsyncCode(java.lang.Class<?> splitPoint)
Create an instance for the split point named with the given class.
-