mima.presentation.gwt.entrypoint
Class MiMa

java.lang.Object
  extended by mima.presentation.gwt.entrypoint.MiMa
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().

Author:
Virginio Carfagno

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

Constructor Detail

MiMa

public MiMa()
Method Detail

onModuleLoad

public void onModuleLoad()
This is the entry point method.

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