com.opensymphony.workflow.util
Interface WorkflowLocalListener


public interface WorkflowLocalListener

Workflow listener interface to be implemented by local session beans that wish to be notified of changes in the workflow state.

Author:
Hani Suleiman Date: Apr 6, 2002 Time: 11:48:14 PM

Method Summary
 void stateChanged(WorkflowEntry entry)
           
 

Method Detail

stateChanged

void stateChanged(WorkflowEntry entry)
                  throws WorkflowException
Throws:
WorkflowException

OpenSymphony Workflow Project Page