#include <IEventManager.hpp>
Interface for event management. 
Definition at line 33 of file IEventManager.hpp.
 
  
  
      
        
          | virtual kaa::IEventManager::~IEventManager  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void kaa::IEventManager::produceEvent  | 
          ( | 
          const std::string &  | 
          fqn,  | 
         
        
           | 
           | 
          const std::vector< boost::uint8_t > &  | 
          data,  | 
         
        
           | 
           | 
          const std::string &  | 
          target  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Creates an Event and passes it to OPS
- Parameters
 - 
  
    | eventFqn | Fully qualified name of the Event  | 
    | data | Event data  | 
    | target | Event target, null for event broadcasting.  | 
  
   
Implemented in kaa::EventManager.
 
 
  
  
      
        
          | virtual void kaa::IEventManager::registerEventFamily  | 
          ( | 
          IEventFamily *  | 
          eventFamily | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Add event family object which can handle specified event.
- Parameters
 - 
  
    | eventFamily | event family instance  | 
  
   
- See also
 - IEventFamily 
 
Implemented in kaa::EventManager.
 
 
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/kaa/client/client-multi/client-cpp/kaa/event/IEventManager.hpp