com.allen_sauer.gwt.log.demo.client
Class LogDemo

java.lang.Object
  extended by com.allen_sauer.gwt.log.demo.client.LogDemo
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Demonstrate Log capabilities.


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

Constructor Detail

LogDemo

public LogDemo()
Method Detail

onModuleLoad

public void onModuleLoad()
Main entry point method.

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