T - the element typepublic interface DataModelChangeListener<T extends DataModelElement>
| Modifier and Type | Method and Description |
|---|---|
void |
handleElementAdded(T element)
Handle the addition of a new element.
|
void |
handleElementChanged(T element)
Handle the change of a existing element.
|
void |
handleElementRemoved(T element)
Handle the removal of a element.
|
void handleElementAdded(T element)
element - the elementvoid handleElementChanged(T element)
element - the element.void handleElementRemoved(T element)
element - the removed elementCopyright © 2017. All rights reserved.