Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1199 Rev 1208
Line 96... Line 96...
96
		public HasClickHandlers getLienCles();
96
		public HasClickHandlers getLienCles();
Line 97... Line 97...
97
		
97
		
Line 98... Line 98...
98
		public HasClickHandlers getLienEflore();
98
		public HasClickHandlers getLienEflore();
99
	
-
 
100
		public HasWidgets getZoneRss();
-
 
101
		
99
	
Line 102... Line 100...
102
		public HasWidgets getZonePartageUrl();
100
		public HasWidgets getZoneRss();
103
	}
101
	}
Line 113... Line 111...
113
 
111
 
114
	public PictofloraDeterminationPresenteur(Vue vue, ObservationService observationService, ProtocoleService protocoleService) {
112
	public PictofloraDeterminationPresenteur(Vue vue, ObservationService observationService, ProtocoleService protocoleService) {
115
		this.vue = vue;
113
		this.vue = vue;
116
		this.protocoleService = protocoleService;
114
		this.protocoleService = protocoleService;
117
		this.observationService = observationService;
-
 
118
		PartageUrlPresenteur presenteurUrl = new PartageUrlPresenteur(new PartageUrlVue());
-
 
119
		presenteurUrl.go(vue.getZonePartageUrl());
115
		this.observationService = observationService;
Line 120... Line 116...
120
	}
116
	}
Line 121... Line 117...
121
 
117