#include <eventhandler.h>
Public Member Functions | |
| virtual | ~EventHandler () |
| virtual void | handleEvent (const Event &event)=0 |
Definition at line 28 of file eventhandler.h.
|
|
Virtual Destructor. Definition at line 35 of file eventhandler.h. |
|
|
This function gets called for Events this handler was registered for.
|
1.4.1