public interface IElementMovedEvent
Modifier and Type | Method and Description |
---|---|
MObject |
getMovedElement()
Used to get the moved element.
|
MObject |
getNewParent()
Used to get the new moved element parent.
|
MObject |
getOldParent()
Used to get the old moved element parent.
|
String |
toString() |
MObject getMovedElement()
MObject getNewParent()
The parent corresponds to the element accessed through the use of the
MObject#mGetCompositionOwner()
method.
MObject getOldParent()
The parent corresponds to the element accessed through the use of the
MObject#mGetCompositionOwner()
method.