Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TouchScreenGUIDemo
Diff: Events/EventListener.h
- Revision:
- 15:e69fd74d42e4
- Parent:
- 12:63db16fea709
- Child:
- 18:d849f3ada858
--- a/Events/EventListener.h Sat May 21 16:36:02 2016 +0000
+++ b/Events/EventListener.h Sat May 21 18:02:20 2016 +0000
@@ -19,7 +19,7 @@
void setEventHandler(EventHandler *handler);
void unsetEventHandler(EventHandler* handler);
-private:
+protected:
LinkedList<EventHandler> _handlers;
};