Lomse library. API documentation
0.30.0
|
#include <lomse_events.h>
Abstract base class. Any class that wants to receive events must derive from EventHandler and must implement the handle_event() method.
Public Member Functions | |
virtual | ~EventHandler () |
virtual void | handle_event (SpEventInfo pEvent)=0 |
|
inlinevirtual |
Destructor.
|
pure virtual |
Request for handling the passed event.