reportNameChanged

reportNameChanged(oldName: String;
                  newName: String);

The reportNameChanged method of the JadeReportWriterSecurity class is called by the JADE Report Writer Configuration application when the report name of the receiver is changed, passing the existing report name in the newName parameter and the new report name in the newName parameter.

You can reimplement this method in your JadeReportWriterSecurity subclass, to automatically create a security access entry for the values specified in the method parameters.