public interface DataLoaderListener extends ProgressListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueOnError(long errs,
long progress,
java.lang.Object offender,
java.lang.String mesg)
Returns true if the data loading is to be continued upon encountering this error.
|
progressTo, reportProgressFrequencyboolean continueOnError(long errs,
long progress,
java.lang.Object offender,
java.lang.String mesg)
errs - number of errors encountered so far.progress - a long value indicating the current progress. It must be a positive integer.offender - the object value that triggers an error conditionmesg - an optional string value describing the current progress and error condition.