public interface WorkflowModelListener
| Modifier and Type | Method and Description | 
|---|---|
| void | elementAdded(Element element)Added a component to the Workflow | 
| void | elementInserted(int index,
               Element element)A component was inserted in the Workflow. | 
| void | elementRemoved(int index)Deleted a component at the specified index | 
void elementAdded(Element element)
element - Element which represents the componentvoid elementInserted(int index,
                     Element element)
index - Component indexelement - The new elementvoid elementRemoved(int index)
index - Component index