GWT 2.7.0

Uses of Class
com.google.gwt.core.client.prefetch.RunAsyncCode

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


GWT 2.7.0