18 #ifndef EQ_NOTIFIER_INTERFACE_H
19 #define EQ_NOTIFIER_INTERFACE_H
38 virtual EventOCommand
sendError(
const uint32_t error ) = 0;
56 #endif // EQ_NOTIFIER_INTERFACE_H
A base class for notifying errors and events.
virtual bool processEvent(const Event &event)=0
Process a received event.
virtual EventOCommand sendError(const uint32_t error)=0
Send an error event to the application node.