client-cpp
0.10.0
|
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 () |
The listener which receives updates on available topics.
Definition at line 30 of file INotificationTopicListListener.hpp.
|
inlinevirtual |
Definition at line 40 of file INotificationTopicListListener.hpp.
|
pure virtual |
Callback is used when the new list of available topics is received.
[in] | topics | The new list of available topics. |