com.github.gwtbootstrap.client
Class Bootstrap

java.lang.Object
  extended by com.github.gwtbootstrap.client.Bootstrap
All Implemented Interfaces:
EntryPoint

public class Bootstrap
extends Object
implements EntryPoint

The entry point class that is executed when GWT Bootstrap is loaded.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

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

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

onModuleLoad

public void onModuleLoad()

Specified by:
onModuleLoad in interface EntryPoint


Copyright © 2012 gwtbootstrap. All Rights Reserved.