18#ifndef EVENTLISTENER_H
19#define EVENTLISTENER_H
Class to extend for all other classes that need to respond to events For example: Class <MyClass> : p...
Definition EventListener.h:26
virtual void onEvent(Event &event)=0
Virtual method to implement in the inheriting class to respond to events.
Structure for each Event that is published.
Definition EventStructure.h:102