#include <ISchemaUpdatesReceiver.hpp>
 | 
| typedef avro::ValidSchema  | Schema | 
|   | 
Interface for schema updates listeners. Listeners can be subscribed/unsubscribed for updates via  ISchemaProcessor. 
Definition at line 30 of file ISchemaUpdatesReceiver.hpp.
 
  
  
      
        
          | virtual kaa::ISchemaUpdatesReceiver::~ISchemaUpdatesReceiver  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void kaa::ISchemaUpdatesReceiver::onSchemaUpdated  | 
          ( | 
          boost::shared_ptr< avro::ValidSchema >  | 
          schema | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following file: