Subversion Repositories eFlore/Archives.cel-v2

Rev

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

Rev 4 Rev 5
Line 1... Line 1...
1
package org.tela_botanica.client.image;
1
package org.tela_botanica.client.image;
Line -... Line 2...
-
 
2
 
-
 
3
import org.tela_botanica.client.interfaces.Rafraichissable;
-
 
4
import org.tela_botanica.client.modeles.ListeImageAsynchroneDAO;
2
 
5
 
Line 3... Line 6...
3
public class ImageControleur {
6
public class ImageControleur {
Line 4... Line 7...
4
	
7
	
Line 5... Line 8...
5
	private ImageMediateur iMediateur = null ;
8
	private ImageMediateur iMediateur = null ;
6
	
9
	
-
 
10
	public ImageControleur(ImageMediateur im) {
-
 
11
		
-
 
12
		iMediateur = im ;
-
 
13
	}
-
 
14
	
-
 
15
	public void obtenirPhotoGalerie(Rafraichissable r)
Line 7... Line 16...
7
	public ImageControleur(ImageMediateur im) {
16
	{