edu.ntnu.cikmr.workflowenactment
Interface WorkflowLifecycleListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- WaitWorkflow, WorkflowPanel
public interface WorkflowLifecycleListener
- extends java.util.EventListener
workflowStarted
void workflowStarted(WorkflowEvent e)
workflowStopped
void workflowStopped(WorkflowEvent e)
workflowFinished
void workflowFinished(WorkflowEvent e)
workflowExecutionMoved
void workflowExecutionMoved(WorkflowEvent e)
workflowParticipantsChanged
void workflowParticipantsChanged(WorkflowEvent e)