public class RunAsyncCode extends Object implements PrefetchableResource
GWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
split point.Modifier and Type | Method and Description |
---|---|
int |
getSplitPoint() |
boolean |
isLoaded()
Ask whether this code has already been loaded.
|
static RunAsyncCode |
runAsyncCode(Class<?> splitPoint)
Create an instance for the split point named with the given class.
|
public static RunAsyncCode runAsyncCode(Class<?> splitPoint)
splitPoint
- a Class literal used to name the split pointpublic int getSplitPoint()
public boolean isLoaded()
Copyright © 2018. All rights reserved.