View Javadoc

1   /*
2    * Copyright (c) 2005, The K-Wf Grid Consortium
3    * Fraunhofer Institute for Computer Architecture and Software Technology
4    * See http://www.kwfgrid.eu and http://www.first.fraunhofer.de for more details.
5    */
6   package net.kwfgrid.gwui.applet;
7   
8   /***
9      Interface for all applets which deal with a workflow.
10   */
11  public interface WorkflowApplet {
12      /***
13         Set the ID of the workflow to visualize.
14       */
15      void setWorkflowID(String workflowid);
16  }