BALL::NotificationTarget_ Class Reference

#include <BALL/CONCEPT/notification.h>

List of all members.


Public Member Functions

 ~NotificationTarget_ ()
NotificationTarget_getNextTarget ()
void * getTarget ()

Private Member Functions

 NotificationTarget_ ()
 NotificationTarget_ (NotificationTarget_ *notification_target, void *target)

Private Attributes

NotificationTarget_next_
void * target_

Friends

class NotificationManager_
class NotificationSource_

Constructor & Destructor Documentation

BALL::NotificationTarget_::~NotificationTarget_ (  ) 
BALL::NotificationTarget_::NotificationTarget_ (  )  [private]
BALL::NotificationTarget_::NotificationTarget_ ( NotificationTarget_ notification_target,
void *  target 
) [private]

Member Function Documentation

NotificationTarget_* BALL::NotificationTarget_::getNextTarget (  ) 
void* BALL::NotificationTarget_::getTarget (  ) 

Friends And Related Function Documentation

friend class NotificationManager_ [friend]
friend class NotificationSource_ [friend]

Member Data Documentation