Uses of Interface
org.eclipse.modisco.workflow.core.WorkflowModelListener

Packages that use WorkflowModelListener
org.eclipse.modisco.workflow.core   
 

Uses of WorkflowModelListener in org.eclipse.modisco.workflow.core
 

Methods in org.eclipse.modisco.workflow.core with parameters of type WorkflowModelListener
 void WorkflowModelNotifier.addListener(WorkflowModelListener listener)
          To add a listener to current model as in the pattern Observer
 void WorkflowModelNotifier.removeListener(WorkflowModelListener listener)
          To remove a listener to current model as in the pattern Observer