Subversion Repositories eFlore/Applications.del

Rev

Rev 1034 | Rev 1118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1034 Rev 1035
Line 1... Line 1...
1
package org.tela_botanica.del.client;
1
package org.tela_botanica.del.client;
Line 2... Line -...
2
 
-
 
3
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
2
 
Line 4... Line 3...
4
import org.tela_botanica.del.client.gestionhistorique.GestionnaireHistorique;
3
import org.tela_botanica.del.client.gestionhistorique.GestionnaireHistorique;
5
 
4
 
Line 6... Line 5...
6
import com.google.gwt.core.client.EntryPoint;
5
import com.google.gwt.core.client.EntryPoint;
Line 7... Line 6...
7
import com.google.gwt.user.client.History;
6
import com.google.gwt.user.client.History;
8
 
7
 
9
public class Del implements EntryPoint {
8
public class Del implements EntryPoint {
10
	
-
 
11
	@Override
9
	
12
	public void onModuleLoad() {
10
	@Override
13
		History.addValueChangeHandler(new GestionnaireHistorique());
11
	public void onModuleLoad() {