Interface IReportWizardEventListener
@OpenApiAll
public interface IReportWizardEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterGenerated
(File file) Method is called after report is generated and show success messagevoid
beforeGenerating
(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean) Method is called before report executionvoid
beforeInitialReportTask
(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
-