@Deprecated
public interface WorkflowModelEvents
| Modifier and Type | Method and Description |
|---|---|
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
|
void notifyElementAdded(Element element)
element - Element which represents the componentvoid notifyElementInserted(int index,
Element element)
index - Component indexelement - The new elementvoid notifyElementRemoved(int index)
index - Component index