| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | OnAfterModelCopy
(ModelDescriptor FromMdl, ModelDescriptor ToMdl)
The listener method called after successful execution of a copy command. |
| void | OnAfterModelCopyAll
(ModelDescriptor FromMdl, ModelDescriptor ToMdl)
This is the listener method called after successful copying of any model, (not just an explicit copy of a single model). |
| void | OnAfterModelDelete
(ModelDescriptor Descr)
This is the listener method called after successful deletion of a model. |
| void | OnAfterModelErase
(ModelDescriptor Descr)
This is the listener method called after successful erasing of a model. |
| void | OnAfterModelRename
(ModelDescriptor FromMdl, ModelDescriptor ToMdl)
This is the listener method called after successful renaming of a model. |
| Method Detail |
|---|
| OnAfterModelCopy |
|---|
| void | OnAfterModelCopy | (ModelDescriptor FromMdl, ModelDescriptor ToMdl) |
| The listener method called after successful
execution of a copy command.
This listener method is called only for models which are explicity copied, not for dependent models.
|
| OnAfterModelCopyAll |
|---|
| void | OnAfterModelCopyAll | (ModelDescriptor FromMdl, ModelDescriptor ToMdl) |
| This is the listener method called after successful
copying of any model, (not just an explicit copy of a single model).
For example, when copying an assembly and all the component parts in it, this method will be called once for each model copied.
|
| OnAfterModelRename |
|---|
| void | OnAfterModelRename | (ModelDescriptor FromMdl, ModelDescriptor ToMdl) |
| This is the listener method called after successful
renaming of a model.
This listener method is called only for models which are explicitly erased, not for dependent models.
|
| OnAfterModelErase |
|---|
| void | OnAfterModelErase | (ModelDescriptor Descr) |
| This is the listener method called after successful
erasing of a model.
This listener method is called only for models which are explicitly erased, not for dependent models. This listener method will only be invoked if the ModelActionListener is assigned to the Creo Parametric session. It may not be assigned to an individual model.
|
| OnAfterModelDelete |
|---|
| void | OnAfterModelDelete | (ModelDescriptor Descr) |
| This is the listener method called after successful
deletion of a model.
This listener method is caled only for models which are explicitly deleted, not for dependent models. This listener method will only be invoked if the ModelActionListener is assigned to the Creo Parametric session. It may not be assigned to an individual model.
|