Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

package org.tela_botanica.cel.client.gestionhistorique;

import com.google.gwt.event.logical.shared.ValueChangeEvent;
import com.google.gwt.event.logical.shared.ValueChangeHandler;
import com.google.gwt.user.client.ui.RootPanel;

public class GestionnaireHistorique implements ValueChangeHandler<String> {

        public void onValueChange(ValueChangeEvent<String> event) {

                RootPanel.get("navigation").clear();
        }
}