Subversion Repositories eFlore/Applications.del

Rev

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

Rev 939 Rev 941
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest.async;
1
package org.tela_botanica.del.client.services.rest.async;
Line -... Line 2...
-
 
2
 
-
 
3
/**
-
 
4
 * Objet passé en paramètre d'un service d'ajout de votes
-
 
5
 * @author LIENS
-
 
6
 *
2
 
7
 */
Line 3... Line 8...
3
public abstract class VoteProtocoleCallback extends PHPCallback<Void> {
8
public abstract class VoteProtocoleCallback extends PHPCallback<Void> {
4
 
9
 
5
	@Override
10
	@Override