Interface IReportWizardEventListener
@OpenApiAll
public interface IReportWizardEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterGenerated(File file) Method is called after report is generated and show success messagevoidbeforeGenerating(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean) Method is called before report executionvoidbeforeInitialReportTask(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean) Method is called before initial generate task
-
Method Details
-
afterGenerated
Method is called after report is generated and show success message -
beforeGenerating
void beforeGenerating(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean) Method is called before report execution -
beforeInitialReportTask
void beforeInitialReportTask(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean) Method is called before initial generate task
-