com.tensegrity.palowebviewer.modules.engine.client
Class EngineEntryPoint

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

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

Engine module entry point


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

Constructor Detail

EngineEntryPoint

public EngineEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Module entry point. Do nothing.

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