Subversion Repositories eFlore/Applications.del

Rev

Rev 939 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 939 Rev 1102
Line 15... Line 15...
15
public class DetailListeVotesDeterminationPresenteur extends Presenteur {
15
public class DetailListeVotesDeterminationPresenteur extends Presenteur {
Line 16... Line 16...
16
 
16
 
17
	public interface Vue extends IsWidget {
17
	public interface Vue extends IsWidget {
Line 18... Line -...
18
		public void afficherVotes(PropositionDetermination propositionDetermination);
-
 
19
 
-
 
20
		void ajouterVote(VoteDetermination vote);
18
		public void afficherVotes(PropositionDetermination propositionDetermination);
Line 21... Line 19...
21
 
19
 
Line 22... Line 20...
22
		void stopChargement();
20
		void stopChargement();