|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.prefetch.RunAsyncCode
public class RunAsyncCode
A request to load the code for a
GWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
split point.
| Method Summary | |
|---|---|
int |
getSplitPoint()
|
boolean |
isLoaded()
Ask whether this code has already been loaded. |
static RunAsyncCode |
runAsyncCode(java.lang.Class<?> splitPoint)
Create an instance for the split point named with the given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RunAsyncCode runAsyncCode(java.lang.Class<?> splitPoint)
splitPoint - a Class literal used to name the split pointpublic int getSplitPoint()
public boolean isLoaded()
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||