client-cpp  0.0.1-SNAPSHOT
kaa::INotificationListener Class Referenceabstract

#include <INotificationListener.hpp>

+ Inheritance diagram for kaa::INotificationListener:

Public Member Functions

virtual void onNotificationRaw (const std::string &topicId, const std::vector< boost::uint8_t > &notification)=0
 
virtual ~INotificationListener ()
 

Detailed Description

Interface for listeners of topic notifications

Definition at line 30 of file INotificationListener.hpp.

Constructor & Destructor Documentation

virtual kaa::INotificationListener::~INotificationListener ( )
inlinevirtual

Definition at line 40 of file INotificationListener.hpp.

Member Function Documentation

virtual void kaa::INotificationListener::onNotificationRaw ( const std::string &  topicId,
const std::vector< boost::uint8_t > &  notification 
)
pure virtual

Will be called when topic notification is received

Parameters
topicIdid of the topic for which a notification is received
notificationbody of the topic notification

Implemented in kaa::AbstractNotificationListener< T >.


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