| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | OnAfterDirectoryChange
(String Path)
Provides a notification function called after the current directory has been changed. |
| void | OnAfterModelDisplay
()
Provides a notification function called after displaying a model. |
| void | OnAfterModelPurge
(ModelDescriptor Desrc)
This is the listener method called after purging a model. |
| void | OnAfterWindowChange
(
/*optional*/
Window NewWindow)
Provides a listener method called after changing a window in Creo Parametric. |
| void | OnBeforeModelCopy
(DescriptorContainer2 Container)
This is the listener method called before copying a model. |
| void | OnBeforeModelDelete
()
This is the listener method called before deleting a model. |
| void | OnBeforeModelErase
()
This is the stener method called before erasing a model. |
| void | OnBeforeModelPurge
(DescriptorContainer Container)
This is the listener method called before purging a model. |
| void | OnBeforeModelRename
(DescriptorContainer2 Container)
This is the listener method called before renaming a model. |
| void | OnBeforeModelSave
(DescriptorContainer Container)
This is the listener method called before saving a model. |
| Method Detail |
|---|
| OnAfterDirectoryChange |
|---|
| void | OnAfterDirectoryChange | (String Path) |
Provides a notification function called after the current directory has been changed.
|
| OnAfterWindowChange |
|---|
| void | OnAfterWindowChange | ( /*optional*/ Window NewWindow) |
Provides a listener method called after changing a window in Creo Parametric.
|
| OnAfterModelDisplay |
|---|
| void | OnAfterModelDisplay | () |
Provides a notification function called after displaying a model.
|
| OnBeforeModelErase |
|---|
| void | OnBeforeModelErase | () |
This is the stener method called before erasing a model.
|
| OnBeforeModelDelete |
|---|
| void | OnBeforeModelDelete | () |
This is the listener method called before deleting a model.
|
| OnBeforeModelRename |
|---|
| void | OnBeforeModelRename | (DescriptorContainer2 Container) |
This is the listener method called before renaming a model.
|
| OnBeforeModelSave |
|---|
| void | OnBeforeModelSave | (DescriptorContainer Container) |
This is the listener method called before saving a model.
|
| OnBeforeModelPurge |
|---|
| void | OnBeforeModelPurge | (DescriptorContainer Container) |
This is the listener method called before
purging a model.
|
| OnBeforeModelCopy |
|---|
| void | OnBeforeModelCopy | (DescriptorContainer2 Container) |
This is the listener method called before copying a model.
|
| OnAfterModelPurge |
|---|
| void | OnAfterModelPurge | (ModelDescriptor Desrc) |
This is the listener method called after purging a model.
|