Uses of Interface
com.jbbres.lib.actions.workflow.WorkflowDefinitionNotification

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

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

Classes in com.jbbres.lib.actions.workflow that implement WorkflowDefinitionNotification
 class AbstractWorkflowDefinitionNotification
          An implementation of WorkflowDefinitionNotification.
 class WorkflowDefinitionMessageNotification
          A default implementation of WorkflowDefinitionNotification.
 

Methods in com.jbbres.lib.actions.workflow that return WorkflowDefinitionNotification
 WorkflowDefinitionNotification WorkflowDefinitionEvent.getNotification()
          Returns the workflow definition notification associated to the event, if any.
 

Methods in com.jbbres.lib.actions.workflow with parameters of type WorkflowDefinitionNotification
 void Workflow.fireWorkflowDefinitionNotification(WorkflowDefinitionNotification notification)
          Calls the notificationReceived(WorkflowDefinitionEvent) method of all the workflow definition listeners.
 void Workflow.sendNotification(WorkflowDefinitionNotification notification)
          Send the notification to all the WorkflowDefinitionListeners.
 

Constructors in com.jbbres.lib.actions.workflow with parameters of type WorkflowDefinitionNotification
WorkflowDefinitionEvent(Workflow source, WorkflowDefinitionNotification notification)
          Instantiates a new event.
 



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.