Change preprocessor actions
A change preprocessor action contains the code that performs
the change preprocessing. You can use either Java™ or JavaScript to
implement the action. If you use JavaScript,
the code is stored in the change preprocessor action ScriptText property.
If you use Java, the code is
stored outside the action object, either as a code module or as a
class or JAR file.
Creating a change preprocessor action
Use the Change Preprocessor Action wizard to create a change
preprocessor action. You can assign a change preprocessor action to
a change preprocessor definition for a class.
Creating a code module
You can create a code module to contain one or more action
handlers.
Deleting a change preprocessor action
You can delete a change preprocessor action only if it
is not currently assigned to a change preprocessor definition.