|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |