Interface IReportWizardEventListener


@OpenApiAll public interface IReportWizardEventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method is called after report is generated and show success message
    void
    beforeGenerating(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean)
    Method is called before report execution
    void
    beforeInitialReportTask(com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean)
    Method is called before initial generate task
  • Method Details

    • afterGenerated

      void afterGenerated(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