edu.ntnu.cikmr.workflowenactment
Interface WorkflowLifecycleListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WaitWorkflow, WorkflowPanel

public interface WorkflowLifecycleListener
extends java.util.EventListener


Method Summary
 void workflowExecutionMoved(WorkflowEvent e)
           
 void workflowFinished(WorkflowEvent e)
           
 void workflowParticipantsChanged(WorkflowEvent e)
           
 void workflowStarted(WorkflowEvent e)
           
 void workflowStopped(WorkflowEvent e)
           
 

Method Detail

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)