public interface IElementCopiedCallback
GraphCopier and the like.| Modifier and Type | Method and Description |
|---|---|
void |
onElementCopied(IModelItem original,
IModelItem copy)
Callback delegate used by
GraphCopier and the like. |
void onElementCopied(IModelItem original, IModelItem copy)
GraphCopier and the like.original - The element that has been copied.copy - The copy of the original element.