aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-07-25 00:59:03 +0000
committerJohannes Schickel2009-07-25 00:59:03 +0000
commitba7e01ad7c3a803471a6d0a1f91777fc16ed0096 (patch)
tree19aaada8877233b1ec7a4a72a9a177181132190e /common/events.h
parent908af0a37f531a4f7a3310fa791c7c3836fa7373 (diff)
downloadscummvm-rg350-ba7e01ad7c3a803471a6d0a1f91777fc16ed0096.tar.gz
scummvm-rg350-ba7e01ad7c3a803471a6d0a1f91777fc16ed0096.tar.bz2
scummvm-rg350-ba7e01ad7c3a803471a6d0a1f91777fc16ed0096.zip
Replace "EventProvider" class of the DefaultEventManager implementation with "Common::EventSource".
svn-id: r42718
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/events.h b/common/events.h
index 7a187cc7c8..54c9f6df22 100644
--- a/common/events.h
+++ b/common/events.h
@@ -199,6 +199,8 @@ public:
/**
* Tries to catch events from the registered event
* sources and dispatch them to the observers.
+ *
+ * This dispatches *all* events the sources offer.
*/
void dispatch();