RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::eventprocessing::Handler Class Referenceabstract

Implementations of this class can be used in contexts where an "event sink" is required. More...

#include <Handler.h>

Inheritance diagram for rsb::eventprocessing::Handler:
Inheritance graph
Collaboration diagram for rsb::eventprocessing::Handler:
Collaboration graph

Public Member Functions

virtual ~Handler ()
 
virtual void handle (EventPtr event)=0
 Handle event. More...
 

Detailed Description

Implementations of this class can be used in contexts where an "event sink" is required.

Author
jmoringe

Definition at line 48 of file Handler.h.

Constructor & Destructor Documentation

rsb::eventprocessing::Handler::~Handler ( )
virtual

Reimplemented in rsb::Handler.

Definition at line 32 of file Handler.cpp.

Member Function Documentation


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