Subversion Repositories eFlore/Applications.coel

Rev

Rev 130 | Rev 276 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
127 gduche 1
package org.tela_botanica.client.vues;
2
 
3
import org.tela_botanica.client.interfaces.Rafraichissable;
4
 
5
import com.extjs.gxt.ui.client.widget.LayoutContainer;
6
 
7
 
136 jpm 8
public class FormPersonneVue extends LayoutContainer implements Rafraichissable {
127 gduche 9
 
10
	public void rafraichir(Object nouvelleDonnees) {
11
		// TODO Auto-generated method stub
12
 
13
	}
14
 
130 gduche 15
 
16
 
17
 
127 gduche 18
}