You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
523 B
Java

package org.gcube.portlets.user.performfishanalytics.client.event;
import com.google.gwt.event.shared.EventHandler;
/**
* The Interface LoadPopulationTypeEventHandler.
*
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
* Jan 16, 2019
*/
public interface LoadPopulationTypeEventHandler extends EventHandler {
/**
* On load population type.
*
* @param loadPopulationEvent the load population event
*/
void onLoadPopulationType(LoadPopulationTypeEvent loadPopulationEvent);
}