Methods introduced:
|
|
IpfcFeatureActionListener.OnBeforeDelete() |
|
|
IpfcFeatureActionListener.OnBeforeSuppress() |
|
|
IpfcFeatureActionListener.OnAfterSuppress() |
|
|
IpfcFeatureActionListener.OnBeforeRegen() |
|
|
IpfcFeatureActionListener.OnAfterRegen() |
|
|
IpfcFeatureActionListener.OnRegenFailure() |
|
|
IpfcFeatureActionListener.OnBeforeRedefine() |
|
|
IpfcFeatureActionListener.OnAfterCopy() |
|
|
IpfcFeatureActionListener.OnBeforeParameterDelete() |
Each method in IpfcFeatureActionListener takes as an argument the feature that triggered the event.
IpfcFeatureActionListeners 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 IpfcFeatureActionListener.OnBeforeDelete() is called before a feature is deleted.
The method IpfcFeatureActionListener.OnBeforeSuppress() is called before a feature is suppressed.
The method IpfcFeatureActionListener.OnAfterSuppressv is called after a successful feature suppression.
The method IpfcFeatureActionListener.OnBeforeRegen() is called before a feature is regenerated.
The method IpfcFeatureActionListener.OnAfterRegenv is called after a successful feature regeneration.
The method IpfcFeatureActionListener.OnRegenFailure() is called when a feature fails regeneration.
The method IpfcFeatureActionListener.OnBeforeRedefine() is called before a feature is redefined.
The method IpfcFeatureActionListener.OnAfterCopy() is called after a feature has been successfully copied.
The method IpfcFeatureActionListener.OnBeforeParameterDelete() is called before a feature parameter is deleted.