#include <SubscriberMap.h>
Public Methods | |
| WDError | subscribe (IManagedObject *inSubscriber, void *inKey) | 
| WDError | unSubscribe (IManagedObject *inSubscriber, void *inKey) | 
| EventSubscriberList * | getSubscribers (void *inKey) | 
Private Attributes | |
| EventSubscriberMap | mSubscriberMap | 
The SubscriberMap provides services to associate a node to a list of Observer
      
  | 
  
| 
 Returns a list of subscriber associated with the data node 
  | 
  
      
  | 
  ||||||||||||
| 
 Adds an entry in the subscriber map for the observer and the data node 
  | 
  
      
  | 
  ||||||||||||
| 
 Removes an entry in the subscriber map for the observer and the data node 
  | 
  
      
  | 
  
| 
 Maps data nodes to a list of observers  | 
  
1.2.15