Interface IReportWizardEventListener
-
@OpenApiAll public interface IReportWizardEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterGenerated(java.io.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 Detail
-
afterGenerated
void afterGenerated(java.io.File file)
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
-
-