| com.google.gwt.core.client.EntryPoint
All known Subclasses: com.google.gwt.sample.hello.client.Hello, test.ServletMappingTestApp, com.google.gwt.sample.simplexml.client.SimpleXML, com.google.gwt.sample.kitchensink.client.KitchenSink, com.google.gwt.sample.dynatable.client.DynaTable, com.google.gwt.sample.simplerpc.client.SimpleRPC, com.google.gwt.sample.mail.client.Mail, com.google.gwt.sample.i18n.client.I18N, com.google.gwt.junit.viewer.client.ReportViewer,
EntryPoint | public interface EntryPoint (Code) | | 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 | |
void | onModuleLoad() The entry point method, called automatically by loading a module that
declares an implementing class as an entry point. |
onModuleLoad | void onModuleLoad()(Code) | | The entry point method, called automatically by loading a module that
declares an implementing class as an entry point.
|
|
|