public interface IElementDeletedEvent
Modifier and Type | Method and Description |
---|---|
IElement |
getDeletedElement()
Used to get the destroyed element.
|
IElement |
getOldParent()
Used to get the destroyed element parent.
|
String |
toString() |
IElement getDeletedElement()
IElement getOldParent()
The parent corresponds to the element accessed through the use of the
IElement.getCompositionOwner()
method.