Subversion Repositories eFlore/Applications.del

Rev

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

Rev 97 Rev 110
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
public class ForumPresenteur implements GwtObserver {
20
public class ForumPresenteur implements GwtObserver {
Line 21... Line -...
21
 
-
 
22
	private ForumVue forumVue = new ForumVue();
21
 
Line 23... Line 22...
23
 
22
	private ForumVue forumVue = new ForumVue();
Line 24... Line 23...
24
	private final MockDatasource validationService = MockDatasource.getInstance();
23
 
Line 25... Line 24...
25
	private List<ObservationValidation> determinations;
24
	private List<ObservationValidation> determinations;
26
 
25
 
27
	public void go(HasWidgets composite) {
26
	public void go(HasWidgets composite) {
Line 28... Line 27...
28
 
27
 
29
		validationService.addObserver(this);
-
 
30
		
28
		CacheClient.getInstance().getCurrentObservation().addObserver(this);
31
		chargerCommentaires();
29
		
32
		composite.add(forumVue);
30
		chargerCommentaires();
Line 33... Line 31...
33
	}
31
		composite.add(forumVue);
34
 
32
	}