Equalizer
1.10.1
Parallel Rendering Framework
|
A base class for notifying errors and events. More...
#include <notifierInterface.h>
Public Member Functions | |
virtual EventOCommand | sendError (const uint32_t error)=0 |
Send an error event to the application node. More... | |
virtual bool | processEvent (const Event &event)=0 |
Process a received event. More... | |
A base class for notifying errors and events.
Definition at line 27 of file notifierInterface.h.
|
pure virtual |
Process a received event.
The task of this method is to update this object as necessary, and transform the event into an config event to be send to the application using Config::sendEvent().
event | the received event. |
Implemented in eq::Window.
|
pure virtual |
Send an error event to the application node.
error | the error code. |
Implemented in eq::Window.