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

Packages that use WorkflowDefinitionEvent
com.jbbres.lib.actions.tools.swing Provides Swing object to interrect with workflow elements, especially variables. 
com.jbbres.lib.actions.workflow Provides the public model that developers can use to interact with Workflow objects. 
 

Uses of WorkflowDefinitionEvent in com.jbbres.lib.actions.tools.swing
 

Methods in com.jbbres.lib.actions.tools.swing with parameters of type WorkflowDefinitionEvent
 void AbstractVariableComboBox.actionMoved(WorkflowDefinitionEvent e)
           
 void AbstractVariableComboBox.elementAdded(WorkflowDefinitionEvent e)
           
 void AbstractVariableComboBox.elementRemoved(WorkflowDefinitionEvent e)
           
 void AbstractVariableComboBox.notificationReceived(WorkflowDefinitionEvent e)
           
 

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

Methods in com.jbbres.lib.actions.workflow with parameters of type WorkflowDefinitionEvent
 void WorkflowDefinitionListener.actionMoved(WorkflowDefinitionEvent e)
          Invoked when an action is moved from its current position to a new position.
 void WorkflowDefinitionListener.elementAdded(WorkflowDefinitionEvent e)
          Invoked when a new element is added to the workflow.
 void WorkflowDefinitionListener.elementRemoved(WorkflowDefinitionEvent e)
          Invoked when an element is removed from the workflow.
 void WorkflowDefinitionListener.notificationReceived(WorkflowDefinitionEvent e)
          Invoked when a notification is received.
 



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.