Subversion Repositories eFlore/Applications.del

Rev

Rev 941 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package org.tela_botanica.del.client.services.rest.async;

/**
 * Objet passé en paramètre d'un service d'ajout de votes
 * @author LIENS
 *
 */
public abstract class VoteProtocoleCallback extends PHPCallback<Void> {

        @Override
        public Void parserJSON(String retourService) {
                return null;
        }

}