vre-manager-portlet/src/main/java/org/gcube/portlets/admin/vredeployment/client/presenter/Presenter.java

10 lines
320 B
Java

package org.gcube.portlets.admin.vredeployment.client.presenter;
import com.google.gwt.user.client.ui.HasWidgets;
public interface Presenter {
public void go(HasWidgets container);
// public void doAddComment(String comment, String workflowid);
// public void doForward(WorkflowDocument wfDoc, String toStepLabel);
}