public interface DataLoaderListener extends ProgressListener
Modifier and Type | Method and Description |
---|---|
boolean |
continueOnError(long errs, long progress, Object offender, String mesg)
Returns true if the data loading is to be continued upon encountering this error.
|
progressTo, reportProgressFrequency
boolean continueOnError(long errs, long progress, Object offender, 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.Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.