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.
|
java.lang.String |
toString() |
java.lang.String toString()
toString in class java.lang.ObjectMObject 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.