JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.gwt.core.client
Interface EntryPoint
All Known Implementing Classes:
DocumentModeAsserter
,
LogConfiguration
,
UserAgentAsserter
,
UserAgentAsserter.UserAgentAsserterDisabled
public interface
EntryPoint
Implement this interface to allow a class to act as a module entry point. Please see the developer guide for more information on modules.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onModuleLoad
()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
Method Detail
onModuleLoad
void onModuleLoad()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method