public interface BaseStatusCallbackListener
BaseCPM
as various events
occur. Listeners will not generally implement this interface directly. Instead they will
implement StatusCallbackListener
or
CasDataStatusCallbackListener
. Most UIMA developers will prefer to implement the former.Modifier and Type | Method and Description |
---|---|
void |
aborted()
Called when the processing has been aborted.
|
void |
batchProcessComplete()
Called when the processing of a batch has completed.
|
void |
collectionProcessComplete()
Called when the processing of an entire collection has completed.
|
void |
initializationComplete()
Called when the Collection Processing Manager's initialization has completed.
|
void |
paused()
Called when the processing has been paused.
|
void |
resumed()
Called when the processing has been resumed (after it had been previously paused).
|
void initializationComplete()
void batchProcessComplete()
void collectionProcessComplete()
void paused()
void resumed()
void aborted()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.