public interface StatusCallbackListener 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(CAS aCas,
EntityProcessStatus aStatus)
Called when the processing of each entity has completed.
|
aborted, batchProcessComplete, collectionProcessComplete, initializationComplete, paused, resumed
void entityProcessComplete(CAS aCas, EntityProcessStatus aStatus)
aCas
- the CAS containing the processed entity and the analysis resultsaStatus
- 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.