org.jbpm.formbuilder.client
Class FBBaseEntryPoint

java.lang.Object
  extended by org.jbpm.formbuilder.client.FBBaseEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Direct Known Subclasses:
FormBuilderEntryPoint, FormDisplayEntryPoint

public abstract class FBBaseEntryPoint
extends Object
implements com.google.gwt.core.client.EntryPoint


Constructor Summary
FBBaseEntryPoint()
           
 
Method Summary
protected abstract  void loadModule()
           
 void onModuleLoad()
          Does the following steps to start the app: 1 - Registers an event bus 2- Registers i18n modules 3 - Starts a client service resolver and registers it 4 - Delegates to subclass what to do next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBBaseEntryPoint

public FBBaseEntryPoint()
Method Detail

onModuleLoad

public final void onModuleLoad()
Does the following steps to start the app: 1 - Registers an event bus 2- Registers i18n modules 3 - Starts a client service resolver and registers it 4 - Delegates to subclass what to do next

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

loadModule

protected abstract void loadModule()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.