18 #ifndef EQ_NOTIFIER_INTERFACE_H 19 #define EQ_NOTIFIER_INTERFACE_H 36 virtual EventOCommand
sendError(
const uint32_t error) = 0;
48 virtual bool processEvent(EventType type, SizeEvent& event) = 0;
49 virtual bool processEvent(EventType type, PointerEvent& event) = 0;
50 virtual bool processEvent(EventType type, KeyEvent& event) = 0;
57 #endif // EQ_NOTIFIER_INTERFACE_H A base class for notifying errors and events.
The Equalizer client library.
virtual bool processEvent(EventType type, SizeEvent &event)=0
Process a received event.
virtual EventOCommand sendError(const uint32_t error)=0
Send an error event to the application node.