Class 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 Detail

      • MantleEntryPoint

        public MantleEntryPoint()
    • Method Detail

      • onModuleLoad

        public void onModuleLoad()
        This is the entry point method.
        Specified by:
        onModuleLoad in interface com.google.gwt.core.client.EntryPoint
      • bundleLoaded

        public void bundleLoaded​(String bundleName)
        Specified by:
        bundleLoaded in interface org.pentaho.gwt.widgets.client.utils.i18n.IResourceBundleLoadCallback