17 #ifndef IEVENTFAMILY_HPP_ 
   18 #define IEVENTFAMILY_HPP_ 
   32 typedef std::list<std::string> FQNList;
 
   45     virtual const FQNList& getSupportedEventClassFQNs() = 0;
 
   54     virtual void onGenericEvent(
const std::string& fqn
 
   55                               , 
const std::vector<std::uint8_t>& data
 
   56                               , 
const std::string& source) = 0;
 
   58     virtual ~IEventFamily() {}