DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
Loading...
Searching...
No Matches
Classes
/home/runner/work/DCCEXSimpleThrottle/DCCEXSimpleThrottle/EventListener.h File Reference
#include "EventStructure.h"
Include dependency graph for EventListener.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventListener
 Class to extend for all other classes that need to respond to events For example: Class <MyClass> : public EventListener () {} The recommended approach is to implement a switch/case in the onEvent() implementation to handle valid event types. More...