com.smartgwt.client
Class SmartGwtEntryPoint
java.lang.Object
com.smartgwt.client.SmartGwtEntryPoint
- All Implemented Interfaces:
- EntryPoint
public class SmartGwtEntryPoint
- extends Object
- implements EntryPoint
Internal Smart GWT Entry point class where framework level initialization code executes
before the users EntryPoint is run.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmartGwtEntryPoint
public SmartGwtEntryPoint()
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad in interface EntryPoint