Class CheckedWorkbookExporter

java.lang.Object
cdc.impex.exports.CheckedSheetExporter
cdc.impex.exports.CheckedWorkbookExporter
All Implemented Interfaces:
SheetExporter, WorkbookExporter

public class CheckedWorkbookExporter extends CheckedSheetExporter implements WorkbookExporter
  • Constructor Details

    • CheckedWorkbookExporter

      public CheckedWorkbookExporter()
  • Method Details

    • 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.