public interface ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
bytes(long bytes)
Called at specified intervals with the bytes processed so far
|
void |
error(long count,
java.lang.Exception exception)
Called when an error is encountered processing a line in the upload file.
|
void |
records(long count)
Called at specified intervals with the count of records
processed so far
|
void records(long count)
count - void bytes(long bytes)
bytes - void error(long count,
java.lang.Exception exception)
count - 0 based index of the row being processed at the time of errorexception - related exception if one is avaialble. Can be null