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 define 
onModuleLoad().- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidbundleLoaded(String bundleName) voidThis is the entry point method. 
- 
Constructor Details
- 
MantleEntryPoint
public MantleEntryPoint() 
 - 
 - 
Method Details
- 
onModuleLoad
public void onModuleLoad()This is the entry point method.- Specified by:
 onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
 - 
bundleLoaded
- Specified by:
 bundleLoadedin interfaceorg.pentaho.gwt.widgets.client.utils.i18n.IResourceBundleLoadCallback
 
 -