Interface CasDataStatusCallbackListener

All Superinterfaces:
BaseStatusCallbackListener

public interface CasDataStatusCallbackListener extends BaseStatusCallbackListener
Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur. The most common event is that the processing of an Entity has completed.
  • Method Details

    • entityProcessComplete

      void entityProcessComplete(CasData aCasData, EntityProcessStatus aStatus)
      Called when the processing of each CasData unit has completed.
      Parameters:
      aCasData - the CasData that was processed
      aStatus - the status of the processing. This object contains a record of any Exception that occurred, as well as timing information.