com.opensymphony.workflow.util
Interface WorkflowListener

All Superinterfaces:
Remote

public interface WorkflowListener
extends Remote

Listener interface to be implemented by remote session beans that wish to be notified of changes in the workflow.

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 RemoteException,
                         WorkflowException
Throws:
RemoteException
WorkflowException

OpenSymphony Workflow Project Page