RTXI 1.3
Event::Handler Class Reference

#include <event.h>

Inheritance diagram for Event::Handler:
ClampUtilities::Panel Connector::Panel DataRecorder::Panel DefaultGUIModel Oscilloscope::Properties SystemControlPanel FIRwindow IIRfilter Mimic MyPlugin MyPluginGUI Neuron NoiseGen SigGen Synch WaveMaker

List of all members.

Public Member Functions

 Handler (void)
virtual ~Handler (void)
virtual void receiveEvent (const Object *event)

Detailed Description

Object that is signaled when an event is posted.

See also:
Event::Manager::postEvent()

Definition at line 216 of file event.h.


Constructor & Destructor Documentation

Event::Handler::Handler ( void  )

Definition at line 45 of file event.cpp.

Event::Handler::~Handler ( void  ) [virtual]

Definition at line 49 of file event.cpp.


Member Function Documentation

void Event::Handler::receiveEvent ( const Object event) [virtual]

Function that is called in non-realtime everytime an non-realtime event is posted.

Parameters:
eventThe the event being posted.
See also:
Event::Object
Event::Manager::postEvent()

Reimplemented in Connector::Panel, and DataRecorder::Panel.

Definition at line 53 of file event.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines