Class CheckedWorkbookExporter

    • Constructor Detail

      • CheckedWorkbookExporter

        public CheckedWorkbookExporter()
    • Method Detail

      • beginExport

        public void beginExport​(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
        Description copied from interface: WorkbookExporter
        Invoked to notify the beginning of export.
        Specified by:
        beginExport in interface WorkbookExporter
        Parameters:
        issuesHandler - The issues handler that should be used by the application to generate new issues.
      • endExport

        public void endExport​(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
        Description copied from interface: WorkbookExporter
        Invoked to notify the end of export.
        Specified by:
        endExport in interface WorkbookExporter
        Parameters:
        issuesHandler - The issues handler that should be used by the application to generate new issues.