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