public class

GWTRunner

extends Object
implements EntryPoint
java.lang.Object
   ↳ com.google.gwt.junit.client.impl.GWTRunner

Class Overview

A stub for the translatable GWTRunner entry point.

There are two versions of this class. This version is the binary version that just serves as a stub. The other version is a translatable class that is used within the browser. See the translatable subpackage for the translatable implementation.

Summary

Public Constructors
GWTRunner()
Public Methods
void onModuleLoad()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.core.client.EntryPoint

Public Constructors

public GWTRunner ()

Public Methods

public void onModuleLoad ()

The entry point method, called automatically by loading a module that declares an implementing class as an entry point.