Interface CSVExporterListener
public interface CSVExporterListener
Listener interface for CSV export operations.
Provides callbacks for handling export errors.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when an I/O error occurs during export.
-
Method Details
-
writingError
Called when an I/O error occurs during export.- Parameters:
e- the IOException that occurred
-