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.
ws-thredds-sync-widget/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/event/ShowMonitorSyncStatusEventH...

23 lines
548 B
Java

package org.gcube.portlets.widgets.wsthreddssync.client.event;
import com.google.gwt.event.shared.EventHandler;
// TODO: Auto-generated Javadoc
/**
* The Interface ShowMonitorSyncStatusEventHandler.
*
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
* Feb 16, 2018
*/
public interface ShowMonitorSyncStatusEventHandler extends EventHandler {
/**
* On show sync status.
*
* @param showSyncStatusEvent the show sync status event
*/
void onShowMonitorSyncStatus(ShowMonitorSyncStatusEvent showSyncStatusEvent);
}