#include <INotificationProcessor.hpp>
Interface for listeners of both topic and notification list updates 
Definition at line 33 of file INotificationProcessor.hpp.
 
  
  
      
        
          | virtual kaa::INotificationProcessor::~INotificationProcessor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void kaa::INotificationProcessor::notificationReceived  | 
          ( | 
          const Notifications &  | 
          notifications | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Will be called when new topic list are received 
- Parameters
 - 
  
    | notifications | comprises 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
 - 
  
    | topics | comprises of new topics  | 
  
   
Implemented in kaa::NotificationManager.
 
 
The documentation for this class was generated from the following file: