public interface CasDataStatusCallbackListener extends BaseStatusCallbackListener
CollectionProcessingManager
as various events occur. The most
common event is that the processing of an Entity has completed.Modifier and Type | Method and Description |
---|---|
void |
entityProcessComplete(CasData aCasData,
EntityProcessStatus aStatus)
Called when the processing of each CasData unit has completed.
|
aborted, batchProcessComplete, collectionProcessComplete, initializationComplete, paused, resumed
void entityProcessComplete(CasData aCasData, EntityProcessStatus aStatus)
aCasData
- the CasData that was processedaStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.