package org.gcube.portlets.user.geoportaldataviewer.client.events; import com.google.gwt.event.shared.EventHandler; /** * The Interface ShowPopupOnCentroiEventHandler. * * @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it * * Dec 10, 2021 */ public interface ShowPopupOnCentroiEventHandler extends EventHandler { /** * On show popup. * * @param showPopupOnCentroiEvent the show popup on centroi event */ void onShowPopup(ShowPopupOnCentroiEvent showPopupOnCentroiEvent); }