Package | Description |
---|---|
com.google.gwt.core.client.prefetch |
Classes allowing prefetching of resources.
|
Modifier and Type | Method and 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.
|