Subversion Repositories eFlore/Applications.del

Rev

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

Rev 15 Rev 73
Line 14... Line 14...
14
		this.observation = observation;
14
		this.observation = observation;
15
	}
15
	}
Line 16... Line 16...
16
 
16
 
17
	@Override
17
	@Override
18
	protected void dispatch(GestionnaireEvenementValidation handler) {
18
	protected void dispatch(GestionnaireEvenementValidation handler) {
19
		handler.onValidateImage(this);
19
		handler.onValidationImage(this);
Line 20... Line 20...
20
	}
20
	}
21
 
21
 
22
	@Override
22
	@Override