Uses of Class
org.apache.commons.workflow.ContextEvent

Packages that use ContextEvent
org.apache.commons.workflow This package contains the core interfaces and classes that define the major components of the workflow management system. 
org.apache.commons.workflow.demo   
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Uses of ContextEvent in org.apache.commons.workflow
 

Methods in org.apache.commons.workflow with parameters of type ContextEvent
 void ContextListener.afterActivity(ContextEvent event)
          Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
 void ContextListener.afterStep(ContextEvent event)
          Invoked immediately after the specified Step was executed.
 void ContextListener.beforeActivity(ContextEvent event)
          Invoked immediately before execution of the related Activity has started.
 void ContextListener.beforeStep(ContextEvent event)
          Invoked immediately before the specified Step is executed.
 

Uses of ContextEvent in org.apache.commons.workflow.demo
 

Methods in org.apache.commons.workflow.demo with parameters of type ContextEvent
 void Main.afterActivity(ContextEvent event)
          Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
 void Main.afterStep(ContextEvent event)
          Invoked immediately after the specified Step was executed.
 void Main.beforeActivity(ContextEvent event)
          Invoked immediately before execution of the related Activity has started.
 void Main.beforeStep(ContextEvent event)
          Invoked immediately before the specified Step is executed.
 

Uses of ContextEvent in org.apache.commons.workflow.web
 

Methods in org.apache.commons.workflow.web with parameters of type ContextEvent
 void ActivityServlet.afterActivity(ContextEvent event)
          Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
 void ActivityServlet.afterStep(ContextEvent event)
          Invoked immediately after the specified Step was executed.
 void ActivityServlet.beforeActivity(ContextEvent event)
          Invoked immediately before execution of the related Activity has started.
 void ActivityServlet.beforeStep(ContextEvent event)
          Invoked immediately before the specified Step is executed.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.