Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 4 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 16
1
package org.tela_botanica.client.interfaces;
1
package org.tela_botanica.client.interfaces;
2
 
2
 
3
public interface Rafraichissable {
3
public interface Rafraichissable {
4
	
4
	
5
	public void rafraichir(Object nouvelleDonnees);
5
	public void rafraichir(Object nouvelleDonnees, boolean repandreRaffraichissement);
6
 
6
 
7
}
7
}