client-cpp  0.8.1
INotificationTopicListListener.hpp
Go to the documentation of this file.
1 
17 #ifndef INOTIFICATIONTOPICLISTLISTENER_HPP_
18 #define INOTIFICATIONTOPICLISTLISTENER_HPP_
19 
20 #include "kaa/notification/gen/NotificationDefinitions.hpp"
21 
22 namespace kaa {
23 
31 public:
38  virtual void onListUpdated(const Topics& topics) = 0;
39 
41 };
42 
43 } /* namespace kaa */
44 
45 #endif /* INOTIFICATIONTOPICLISTLISTENER_HPP_ */
The listener which receives updates on available topics.
virtual void onListUpdated(const Topics &topics)=0
Callback is used when the new list of available topics is received.