Interface CSVExporterListener


public interface CSVExporterListener
Listener interface for CSV export operations. Provides callbacks for handling export errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an I/O error occurs during export.
  • Method Details

    • writingError

      void writingError(IOException e)
      Called when an I/O error occurs during export.
      Parameters:
      e - the IOException that occurred