Package org.pentaho.mantle.client
Class MantleEntryPoint
- java.lang.Object
-
- org.pentaho.mantle.client.MantleEntryPoint
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
,org.pentaho.gwt.widgets.client.utils.i18n.IResourceBundleLoadCallback
public class MantleEntryPoint extends Object implements com.google.gwt.core.client.EntryPoint, org.pentaho.gwt.widgets.client.utils.i18n.IResourceBundleLoadCallback
Entry point classes defineonModuleLoad()
.
-
-
Constructor Summary
Constructors Constructor Description MantleEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bundleLoaded(String bundleName)
void
onModuleLoad()
This is the entry point method.
-
-
-
Method Detail
-
onModuleLoad
public void onModuleLoad()
This is the entry point method.- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
bundleLoaded
public void bundleLoaded(String bundleName)
- Specified by:
bundleLoaded
in interfaceorg.pentaho.gwt.widgets.client.utils.i18n.IResourceBundleLoadCallback
-
-