Interface IReportWizardEventListener


  • @OpenApiAll
    public interface IReportWizardEventListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterGenerated​(java.io.File file)
      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 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