#include <Types.h>

Public Member Functions | |
| virtual void | operator() (std::deque< BaseIOEvent > &events) |
| Your own BaseIOEventHandler will reimplement this noop. | |
| virtual | ~BaseIOEventHandler () |
| Virtual destructor for g++. | |
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.
1.5.3