| 
    client-cpp
    0.7.0
    
   | 
 
The listener which receives notifications on the specified topic. More...
#include <INotificationListener.hpp>
Public Member Functions | |
| virtual void | onNotification (const std::string &topicId, const KaaNotification ¬ification)=0 | 
| Callback is used when the new notification on the specified topic is received.  More... | |
| virtual | ~INotificationListener () | 
The listener which receives notifications on the specified topic.
Definition at line 32 of file INotificationListener.hpp.
      
  | 
  inlinevirtual | 
Definition at line 43 of file INotificationListener.hpp.
      
  | 
  pure virtual | 
Callback is used when the new notification on the specified topic is received.
| [in] | topicId | The id of the topic on which the notification is received. | 
| [in] | notification | The notification data. |