public abstract class AbstractBatchHandler extends Object implements BatchProcessingHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBatchHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResult(ProcessorResult result)
This method is called by the
BatchProcessor after each item in
the batch is processed allowing the implementor to take specific action
for each item processed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleBatchEnd, handleBatchStartpublic void handleResult(ProcessorResult result) throws VeraPDFException
BatchProcessingHandlerBatchProcessor after each item in
the batch is processed allowing the implementor to take specific action
for each item processed.handleResult in interface BatchProcessingHandlerresult - the ProcessorResult for the last item processed.VeraPDFException - if there's a problem with the particular result.Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.