AccountEventProtocol

Declared In:

Introduction

Protocol for implementing a Item delegate. Abstract base class which is used when you want notification about changes in folder and on documents.



Member Functions

onCreated
onError
onLogin
onLogout

onCreated


public

virtual void onCreated();
Discussion

Gets called when the account status has changed (required).


onError


public

virtual void onError( ErrorCode errorCode, std::string reason, std::string message);
Discussion

Gets called when the account status has changed (required).


onLogin


public

virtual void onLogin( cbe::CloudBackend&& cloudbackend);
Discussion

Gets called when the account status has changed (required).


onLogout


public

virtual void onLogout();
Discussion

Gets called when the account status has changed (required).