You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/02 19:30:04 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/workflow Action.java

andreas     2003/06/02 10:30:04

  Modified:    src/java/org/apache/lenya/workflow Action.java
  Log:
  added execute() method
  
  Revision  Changes    Path
  1.2       +6 -1      cocoon-lenya/src/java/org/apache/lenya/workflow/Action.java
  
  Index: Action.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/workflow/Action.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Action.java	30 May 2003 19:32:43 -0000	1.1
  +++ Action.java	2 Jun 2003 17:30:04 -0000	1.2
  @@ -11,5 +11,10 @@
    * @author  andreas
    */
   public interface Action {
  -
  +    
  +    /**
  +     * Executes this action for a given workflow instance.
  +     */
  +    void execute(WorkflowInstance instance) throws WorkflowException;
  +    
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org