package org.gcube.portlets.user.geoportaldataentry.client.events; import com.google.gwt.event.shared.EventHandler; /** * The Interface ActionOnItemEventHandler. * * @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it * * Aug 5, 2021 */ public interface ActionOnItemEventHandler extends EventHandler { /** * On do action fired. * * @param the generic type * @param showItemEvent the show item event */ void onDoActionFired(ActionOnItemEvent showItemEvent); }