Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1151 Rev 1162
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 2... Line 2...
2
 
2
 
3
public abstract class AjoutMotsClesImageCallBack extends PHPCallback<Void> {
3
public abstract class AjoutMotsClesImageCallback extends PHPCallback<Void> {
4
	@Override
4
	@Override
5
	public Void parserJSON(String retourService) {
5
	public Void parserJSON(String retourService) {
6
		return null;
6
		return null;
7
	}
7
	}