Uses of Class
com.jbbres.lib.actions.workflow.WorkflowEvent

Packages that use WorkflowEvent
com.jbbres.lib.actions.workflow Provides the public model that developers can use to interact with Workflow objects. 
 

Uses of WorkflowEvent in com.jbbres.lib.actions.workflow
 

Methods in com.jbbres.lib.actions.workflow with parameters of type WorkflowEvent
 void WorkflowListener.workflowAskedForInterruption(WorkflowEvent e)
          Invoked when the workflow is asked to stop.
 void WorkflowListener.workflowAskedForSuspension(WorkflowEvent e)
          Invoked when the workflow ask for suspension.
 void WorkflowListener.workflowEnded(WorkflowEvent e)
          Invoked when the workflow execution ends.
 void WorkflowListener.workflowResumed(WorkflowEvent e)
          Invoked when the workflow is resumed by calling the workflow' Workflow.resume() method.
 void WorkflowListener.workflowStarted(WorkflowEvent e)
          Invoked when the workflow execution begins.
 void WorkflowListener.workflowSuspended(WorkflowEvent e)
          Invoked when the workflow is suspended.
 



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.