public interface

EntryPoint

com.google.gwt.core.client.EntryPoint
Known Indirect Subclasses

Class Overview

Implement this interface to allow a class to act as a module entry point. Please see the developer guide for more information on modules.

Summary

Public Methods
abstract void onModuleLoad()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.

Public Methods

public abstract void onModuleLoad ()

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