Browse Source

DOC: EventBus: Improved docs about event filtering

Sascha Zelzer 14 years ago
parent
commit
21f61ecae8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Libs/PluginFramework/EventBus/ctkEventBus.h

+ 2 - 1
Libs/PluginFramework/EventBus/ctkEventBus.h

@@ -53,7 +53,8 @@ public:
 
   /**
    * Subsribe for (observe) events. The slot is called whenever an event is sent
-   * which matches the supplied properties.
+   * which matches the topic string and LDAP search expression contained
+   * in the properties.
    *
    * Slots should be registered with a property EventConstants::EVENT_TOPIC.
    * The value being a QString or QStringList object that describes which