Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 220
Line 14... Line 14...
14
	public void go(HasWidgets composite) {
14
	public void go(HasWidgets composite) {
15
		composite.add(this.getVue());
15
		composite.add(this.getVue());
16
	}
16
	}
Line 17... Line 17...
17
 
17
 
18
	@Override
18
	@Override
19
	protected void handleEvents() {
19
	protected void gererEvenements() {
Line 20... Line 20...
20
		// TODO Auto-generated method stub
20
		// TODO Auto-generated method stub
Line 21... Line 21...
21
 
21