C++  1.4.6
CloudBackend Software Development Kit - SDK API for C++
List of all members
CBE::TransferEventProtocol Class Reference

#include <TransferEventProtocol.h>

Inheritance diagram for CBE::TransferEventProtocol:
Inheritance graph
[legend]
Collaboration diagram for CBE::TransferEventProtocol:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from CBE::TransferUploadEventProtocol
virtual void onObjectUploaded (CBE::ObjectPtr object)
 
virtual void onObjectUploadFailed (std::string name, CBE::object_id_t objectId, CBE::container_id_t parentId, CBE::persistence_t atState, CBE::failed_status_t status)
 
virtual void onChunkSent (CBE::ObjectPtr object, size_t sent, size_t total)
 
- Public Member Functions inherited from CBE::TransferDownloadEventProtocol
virtual void onChunkReceived (CBE::ObjectPtr object, size_t received, size_t total)
 
virtual void onObjectDownloaded (CBE::ObjectPtr object, CBE::user_id_t user_id, std::string path)
 
virtual void onObjectDownloaded (CBE::ObjectPtr object, CBE::user_id_t user_id, char *data)
 
virtual void onObjectDownloadFailed (CBE::ObjectPtr object, CBE::failed_status_t status)
 

Detailed Description

Inherits both the TransferUploadEventProtocol and the TransferUploadEventProtocol.


The documentation for this class was generated from the following file: