public class

RunAsyncCode

extends Object
implements PrefetchableResource
java.lang.Object
   ↳ com.google.gwt.core.client.prefetch.RunAsyncCode

Class Overview

A request to load the code for a runAsync(Class, com.google.gwt.core.client.RunAsyncCallback) split point.

Summary

Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getSplitPoint ()

public boolean isLoaded ()

Ask whether this code has already been loaded.

public static RunAsyncCode runAsyncCode (Class<?> splitPoint)

Create an instance for the split point named with the given class. The provided class must be a class literal.

Parameters
splitPoint a Class literal used to name the split point