package org.gcube.portlets.user.geoportaldataentry.client.events; import com.google.gwt.event.shared.EventHandler; /** * The Interface PublishUnPublishProjectEventHandler. * * @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it * * Jun 1, 2022 */ public interface PublishUnPublishProjectEventHandler extends EventHandler { /** * On publishing un publishing operation. * * @param publishUnPublishProjectEvent the publish un publish project event */ void onPublishingUnPublishingOperation(PublishUnPublishProjectEvent publishUnPublishProjectEvent); }