org.drools.guvnor.client
Class JBRMSEntryPoint

java.lang.Object
  extended by org.drools.guvnor.client.JBRMSEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

This is the main launching/entry point for the JBRMS web console. It essentially sets the initial layout.

If you hadn't noticed, this is using GWT from google. Refer to GWT docs if GWT is new to you (it is quite a different way of building web apps).


Constructor Summary
JBRMSEntryPoint()
           
 
Method Summary
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBRMSEntryPoint

public JBRMSEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint


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