Blame | Last modification | View Log | RSS feed
/**
Auteurs :
- David Delon david.delon@clapas.net 2007
Licence Cecill/GPL
*/
/*
* CarnetEnLigne.java (Point d'entree de l'application carnet en ligne)
*
*
*/
package org.tela_botanica.client;
import com.google.gwt.core.client.EntryPoint;
/**
* Entry point classes define <code>onModuleLoad()</code>.
*/
public class CarnetEnLigne implements EntryPoint {
public void onModuleLoad() {
// new Mediator();
new CarnetEnLigneMediateur();
}
}
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log$
* Revision 1.11 2008-01-02 21:26:04 ddelon
* mise en place mygwt
*
* Revision 1.10 2007-09-17 19:25:34 ddelon
* Documentation
*
*
*/