|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UimaASStatusCallbackListener
Interface for a Listener that receives notification from the UimaAsynchronousEngine
as
various events occur.
Method Summary | |
---|---|
void |
collectionProcessComplete(EntityProcessStatus aStatus)
The callback used to inform the application that the CPC request has completed. |
void |
entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus)
Called when the processing of each entity has completed. |
void |
initializationComplete(EntityProcessStatus aStatus)
The callback used to inform the application that the initialization request has completed. |
Method Detail |
---|
void initializationComplete(EntityProcessStatus aStatus)
aStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.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.void collectionProcessComplete(EntityProcessStatus aStatus)
aStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |