Methods introduced:
|
|
pfcFeatureActionListener.OnBeforeDelete() |
|
|
pfcFeatureActionListener.OnBeforeSuppress() |
|
|
pfcFeatureActionListener.OnAfterSuppress() |
|
|
pfcFeatureActionListener.OnBeforeRegen() |
|
|
pfcFeatureActionListener.OnAfterRegen() |
|
|
pfcFeatureActionListener.OnRegenFailure() |
|
|
pfcFeatureActionListener.OnBeforeRedefine() |
|
|
pfcFeatureActionListener.OnAfterCopy() |
|
|
pfcFeatureActionListener.OnBeforeParameterDelete() |
Each method in pfcFeatureActionListener takes as an argument the feature that triggered the event.
pfcFeatureActionListeners can be registered with the object so that the action listener’s methods are called whenever these events occur for any feature
that is in session or with a solid model to react to changes only in that model.
The method pfcFeatureActionListener.OnBeforeDelete() is called before a feature is deleted.
The method pfcFeatureActionListener.OnBeforeSuppress() is called before a feature is suppressed.
The method pfcFeatureActionListener.OnAfterSuppressv is called after a successful feature suppression.
The method pfcFeatureActionListener.OnBeforeRegen() is called before a feature is regenerated.
The method pfcFeatureActionListener.OnAfterRegenv is called after a successful feature regeneration.
The method pfcFeatureActionListener.OnRegenFailure() is called when a feature fails regeneration.
The method pfcFeatureActionListener.OnBeforeRedefine() is called before a feature is redefined.
The method pfcFeatureActionListener.OnAfterCopy() is called after a feature has been successfully copied.
The method pfcFeatureActionListener.OnBeforeParameterDelete() is called before a feature parameter is deleted.