BrailleTutorNS::BaseIOEventHandler Struct Reference

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

#include <Types.h>

Inheritance diagram for BrailleTutorNS::BaseIOEventHandler:

Inheritance graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

An abstract type for a class that handles BaseIOEvent events.

Objects that inherit from this class may register themselves with the Braille Tutor library to receive and handle BaseIOEvent 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:27 2007 for Braille Tutor Interface Library by  doxygen 1.5.3