com.tensegrity.palowebviewer.modules.application.client
Class Application

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

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

Palo AJAX Browser Application main entry point.

Creates and start Engine and UIManager


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

Constructor Detail

Application

public Application()
Method Detail

onModuleLoad

public void onModuleLoad()
Application entry point.

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