TransferDownloadEventProtocol
IntroductionProtocol for implement a TransferDownloadEvent delegate. Abstract base class which is used for getting notified on downloading progress. Member Functions
onChunkReceivedpublic DiscussionGets called when a chunk of data has successfully been recieved. onObjectDownloadedpublic DiscussionIMPORTANT!! This data is on the heap and you are responsible for calling delete on it. We may change data to a shared pointer in the future. onObjectDownloaded(cbe :: Object & &, std :: string)public DiscussionGets called when a download has completed. onObjectDownloaded(cbe :: Object & &, std :: unique_ptr)public DiscussionGets called when a download has completed. onObjectDownloadFailedpublic DiscussionGets called when a error has occured in the download stream |