Subversion Repositories eFlore/Applications.del

Rev

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

Rev 9 Rev 14
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.searchobservations.detail;
1
package org.tela_botanica.del.client.vues.rechercheobservations.detail;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import org.tela_botanica.del.client.modeles.Observation;
3
import org.tela_botanica.del.client.modeles.Observation;
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
import com.google.gwt.user.client.ui.HasWidgets;
5
import com.google.gwt.user.client.ui.HasWidgets;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
public class ObservationDetailPresenter {
7
public class ObservationDetailPresenteur {
8
 
8
 
9
	private ObservationDetailView view = new ObservationDetailView();
9
	private ObservationDetailVue view = new ObservationDetailVue();
Line 10... Line 10...
10
 
10
 
11
	private Observation observation;
11
	private Observation observation;