#include <IEventDataProcessor.hpp>
Definition at line 28 of file IEventDataProcessor.hpp.
virtual kaa::IEventDataProcessor::~IEventDataProcessor |
( |
| ) |
|
|
inlinevirtual |
virtual std::map<std::int32_t, std::list<std::string> > kaa::IEventDataProcessor::getPendingListenerRequests |
( |
| ) |
|
|
pure virtual |
virtual bool kaa::IEventDataProcessor::hasPendingEvents |
( |
| ) |
const |
|
pure virtual |
virtual bool kaa::IEventDataProcessor::hasPendingListenerRequests |
( |
| ) |
const |
|
pure virtual |
virtual void kaa::IEventDataProcessor::onEventListenersReceived |
( |
const EventSyncResponse::eventListenersResponses_t & |
listeners | ) |
|
|
pure virtual |
virtual void kaa::IEventDataProcessor::onEventsReceived |
( |
const EventSyncResponse::events_t & |
events | ) |
|
|
pure virtual |
virtual std::map<std::int32_t, Event> kaa::IEventDataProcessor::releasePendingEvents |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: