org.eclipse.gmt.modisco.workflow
Interface WorkflowModelEvents


Deprecated.

@Deprecated
public interface WorkflowModelEvents


Method Summary
 void notifyElementAdded(Element element)
          Deprecated. Add a component in the Workwlow
 void notifyElementInserted(int index, Element element)
          Deprecated. Change a component of Workflow Essentially, to up or down an element in the workflow
 void notifyElementRemoved(int index)
          Deprecated. To delete a component at index specified
 

Method Detail

notifyElementAdded

void notifyElementAdded(Element element)
Deprecated. 
Add a component in the Workwlow

Parameters:
element - Element which represents the component

notifyElementInserted

void notifyElementInserted(int index,
                           Element element)
Deprecated. 
Change a component of Workflow Essentially, to up or down an element in the workflow

Parameters:
index - Component index
element - The new element

notifyElementRemoved

void notifyElementRemoved(int index)
Deprecated. 
To delete a component at index specified

Parameters:
index - Component index