BrailleTutorNS::IOEventHandler Struct Reference

An abstract type for a class that handles IOEvent events. More...

#include <IOEvent.h>

Inheritance diagram for BrailleTutorNS::IOEventHandler:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void operator() (std::deque< IOEvent > &events)
 Your own IOEventHandler will reimplement this noop.
virtual ~IOEventHandler ()
 Virtual destructor for g++.


Detailed Description

An abstract type for a class that handles IOEvent events.

Objects that inherit from this class may register themselves with an IOEventParser object to receive and handle IOEvent events. Receiving an empty queue is a signal that the BrailleTutor object is being destroyed, and so any threads owned by this handler should terminate. This particular class does nothing with the events.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 16 14:50:26 2007 for Braille Tutor Interface Library by  doxygen 1.5.3