com.tensegrity.palowebviewer.modules.util.client
Class UtilEntryPoint

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.util.client.UtilEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class UtilEntryPoint
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Entry point for GWT module util.


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

Constructor Detail

UtilEntryPoint

public UtilEntryPoint()
Method Detail

onModuleLoad

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