viewNameChanged

viewNameChanged(oldName: String;
                newName: String);

The viewNameChanged method of the JadeReportWriterSecurity class is called by the JADE Report Writer Configuration application when the view name of the receiver is changed, passing the existing view name in the newName parameter and the new view 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.