ws-task-executor-widget/src/main/java/org/gcube/portlets/widgets/wstaskexecutor/client/event/ShowCreateTaskConfiguration...

22 lines
600 B
Java

package org.gcube.portlets.widgets.wstaskexecutor.client.event;
import com.google.gwt.event.shared.EventHandler;
/**
* The Interface ShowCreateTaskConfigurationEventHandler.
*
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
* May 9, 2018
*/
public interface ShowCreateTaskConfigurationEventHandler extends EventHandler {
/**
* On show create configuration.
*
* @param showCreateTaskConfigurationEvent the show create task configuration event
*/
void onShowCreateConfiguration(
ShowCreateTaskConfigurationEvent showCreateTaskConfigurationEvent);
}