client-cpp  0.7.0
kaa::INotificationTopicListListener Class Referenceabstract

The listener which receives updates on available topics. More...

#include <INotificationTopicListListener.hpp>

Public Member Functions

virtual void onListUpdated (const Topics &topics)=0
 Callback is used when the new list of available topics is received. More...
 
virtual ~INotificationTopicListListener ()
 

Detailed Description

The listener which receives updates on available topics.

Author
Denis Kimcherenko

Definition at line 30 of file INotificationTopicListListener.hpp.

Constructor & Destructor Documentation

virtual kaa::INotificationTopicListListener::~INotificationTopicListListener ( )
inlinevirtual

Definition at line 40 of file INotificationTopicListListener.hpp.

Member Function Documentation

virtual void kaa::INotificationTopicListListener::onListUpdated ( const Topics &  topics)
pure virtual

Callback is used when the new list of available topics is received.

Parameters
[in]topicsThe new list of available topics.
See also
Topics

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