Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1318 Rev 1367
Line 4... Line 4...
4
import java.util.List;
4
import java.util.List;
Line 5... Line 5...
5
 
5
 
6
import org.tela_botanica.client.Mediateur;
6
import org.tela_botanica.client.Mediateur;
7
import org.tela_botanica.client.RegistreId;
7
import org.tela_botanica.client.RegistreId;
-
 
8
import org.tela_botanica.client.interfaces.Rafraichissable;
8
import org.tela_botanica.client.interfaces.Rafraichissable;
9
import org.tela_botanica.client.synchronisation.Sequenceur;
Line 9... Line 10...
9
import org.tela_botanica.client.util.Debug;
10
import org.tela_botanica.client.util.Debug;
10
 
11
 
11
import com.extjs.gxt.ui.client.Registry;
12
import com.extjs.gxt.ui.client.Registry;
Line 22... Line 23...
22
	protected Object loadConfig = null;
23
	protected Object loadConfig = null;
23
	protected AsyncCallback<D> callback = null;
24
	protected AsyncCallback<D> callback = null;
Line 24... Line 25...
24
	
25
	
Line -... Line 26...
-
 
26
	protected static Object data;
-
 
27
	
25
	protected static Object data;
28
	protected Sequenceur sequenceur = null;
26
	
29
	
-
 
30
	public Proxy(Sequenceur sequenceur) {
27
	public Proxy() {
31
		super(data);
Line 28... Line 32...
28
		super(data);
32
		this.sequenceur = sequenceur;
Line 29... Line 33...
29
	}
33
	}