Interface CasDataStatusCallbackListener

    • Method Detail

      • 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.