client-cpp  0.7.0
kaa::INotificationProcessor Class Referenceabstract

#include <INotificationProcessor.hpp>

+ Inheritance diagram for kaa::INotificationProcessor:

Public Member Functions

virtual void topicsListUpdated (const Topics &topics)=0
 
virtual void notificationReceived (const Notifications &notifications)=0
 
virtual ~INotificationProcessor ()
 

Detailed Description

Interface for listeners of both topic and notification list updates

Definition at line 30 of file INotificationProcessor.hpp.

Constructor & Destructor Documentation

virtual kaa::INotificationProcessor::~INotificationProcessor ( )
inlinevirtual

Definition at line 44 of file INotificationProcessor.hpp.

Member Function Documentation

virtual void kaa::INotificationProcessor::notificationReceived ( const Notifications &  notifications)
pure virtual

Will be called when new topic list are received

Parameters
notificationscomprises of new notifications

Implemented in kaa::NotificationManager.

virtual void kaa::INotificationProcessor::topicsListUpdated ( const Topics &  topics)
pure virtual

Will be called when new topic list are received

Parameters
topicscomprises of new topics

Implemented in kaa::NotificationManager.


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