client-cpp  0.6.3
kaa::IProfileListener Class Referenceabstract

#include <IProfileListener.hpp>

+ Inheritance diagram for kaa::IProfileListener:

Public Member Functions

virtual void onProfileUpdated (SharedDataBuffer profile)=0
 
virtual ~IProfileListener ()
 

Detailed Description

Interface for the listener of profile updates.

DO NOT implement your own version. For the correct operation of Kaa use only DefaultProfileListener.

Definition at line 36 of file IProfileListener.hpp.

Constructor & Destructor Documentation

virtual kaa::IProfileListener::~IProfileListener ( )
inlinevirtual

Definition at line 47 of file IProfileListener.hpp.

Member Function Documentation

virtual void kaa::IProfileListener::onProfileUpdated ( SharedDataBuffer  profile)
pure virtual

Called on each profile update

Parameters
profilebyte array with serialized profile

Implemented in kaa::ProfileListener.


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