Rev 130 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client.vues;
import org.tela_botanica.client.interfaces.Rafraichissable;
import com.extjs.gxt.ui.client.widget.LayoutContainer;
public class FormsPersonneVue extends LayoutContainer implements Rafraichissable {
@Override
public void rafraichir(Object nouvelleDonnees) {
// TODO Auto-generated method stub
}
}