#include <IOEvent.h>

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