Subversion Repositories eFlore/Applications.del

Rev

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

Rev 939 Rev 941
Line 4... Line 4...
4
import com.google.gwt.http.client.RequestCallback;
4
import com.google.gwt.http.client.RequestCallback;
5
import com.google.gwt.http.client.Response;
5
import com.google.gwt.http.client.Response;
6
import com.google.gwt.user.client.Window;
6
import com.google.gwt.user.client.Window;
Line 7... Line 7...
7
 
7
 
8
/**
8
/**
9
 * Cette classe correspond au retour asynchrone d'un service php qui retourne
9
 * Cette classe correspond au retour asynchrone d'un webservice php qui retourne
10
 * l'objet generique T si l'appel de service est un succcès
10
 * l'objet generique T si l'appel de service est un succcès
11
 * 
11
 * 
12
 * @author LIENS
12
 * @author LIENS
13
 * 
13
 *