Equalizer  1.11.0
Parallel Rendering Framework
eq::NotifierInterface Class Referenceabstract

A base class for notifying errors and events. More...

#include <notifierInterface.h>

+ Inheritance diagram for eq::NotifierInterface:
+ Collaboration diagram for eq::NotifierInterface:

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...
 

Detailed Description

A base class for notifying errors and events.

Definition at line 27 of file notifierInterface.h.

Member Function Documentation

virtual bool eq::NotifierInterface::processEvent ( const Event &  event)
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().

Parameters
eventthe received event.
Returns
true when the event was handled, false if not.
Version
1.7.2

Implemented in eq::Window.

virtual EventOCommand eq::NotifierInterface::sendError ( const uint32_t  error)
pure virtual

Send an error event to the application node.

Parameters
errorthe error code.
Version
1.7.2

Implemented in eq::Window.


The documentation for this class was generated from the following file: