| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | OnAfterCopy
(Feature FromFeat, Feature ToFeat, FeatureCopyType Type)
This is the listener method called after a successful feature copy. |
| void | OnAfterRegen
(Feature Feat)
This is the notification function called after a feature has been regenerated. |
| void | OnAfterSuppress
(Feature Feat)
This is the notification function called after a feature has been suppressed from a solid. |
| void | OnBeforeDelete
(Feature Feat)
This is the action listener called before deleting a feature. |
| void | OnBeforeParameterCreate
(Feature Owner, String Name, ParamValue Value)
This is the notification function called before a parameter is created. To abort parameter creation throw exception XCancelProEAction. |
| void | OnBeforeParameterDelete
(Parameter Param)
This is the listener method called before deleting a parameter. To abort parameter delete operation throw exception XCancelProEAction. |
| void | OnBeforeParameterModify
(Parameter Param, ParamValue Value)
This is the notification function called before a parameter is modified. To abort parameter modification throw exception XCancelProEAction. |
| void | OnBeforeRedefine
(Feature Feat)
This is the notification function called before a feature is redefined. |
| void | OnBeforeRegen
(Feature Feat)
This is the notification function called before a feature is regenerated. |
| void | OnBeforeSuppress
(Feature Feat)
This is the notification function called before a feature is suppressed. |
| void | OnRegenFailure
(Feature Feat)
This is the notification function called when a regeneration fails. |
| Method Detail |
|---|
| OnBeforeDelete |
|---|
| void | OnBeforeDelete | (Feature Feat) |
This is the action listener called before deleting a feature.
|
| OnBeforeSuppress |
|---|
| void | OnBeforeSuppress | (Feature Feat) |
This is the notification function called before a feature is suppressed.
|
| OnAfterSuppress |
|---|
| void | OnAfterSuppress | (Feature Feat) |
This is the notification function called after a feature has been
suppressed from a solid.
|
| OnBeforeRegen |
|---|
| void | OnBeforeRegen | (Feature Feat) |
This is the notification function called before a feature is
regenerated.
|
| OnAfterRegen |
|---|
| void | OnAfterRegen | (Feature Feat) |
This is the notification function called after a feature has been
regenerated.
|
| OnRegenFailure |
|---|
| void | OnRegenFailure | (Feature Feat) |
This is the notification function called when a regeneration fails.
|
| OnBeforeRedefine |
|---|
| void | OnBeforeRedefine | (Feature Feat) |
This is the notification function called before a feature is redefined.
|
| OnAfterCopy |
|---|
| void | OnAfterCopy | (Feature FromFeat, Feature ToFeat, FeatureCopyType Type) |
This is the listener method called after a successful feature copy.
|
| OnBeforeParameterCreate |
|---|
| void | OnBeforeParameterCreate | (Feature Owner, String Name, ParamValue Value) |
This is the notification function called before a parameter is created.
To abort parameter creation throw exception XCancelProEAction.
|
| OnBeforeParameterModify |
|---|
| void | OnBeforeParameterModify | (Parameter Param, ParamValue Value) |
This is the notification function called before a parameter is modified.
To abort parameter modification throw exception XCancelProEAction.
|
| OnBeforeParameterDelete |
|---|
| void | OnBeforeParameterDelete | (Parameter Param) |
This is the listener method called before deleting a parameter.
To abort parameter delete operation throw exception XCancelProEAction.
|