#include <BALL/CONCEPT/notification.h>
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_ |
BALL::NotificationTarget_::~NotificationTarget_ | ( | ) |
BALL::NotificationTarget_::NotificationTarget_ | ( | ) | [private] |
BALL::NotificationTarget_::NotificationTarget_ | ( | NotificationTarget_ * | notification_target, |
void * | target | ||
) | [private] |
NotificationTarget_* BALL::NotificationTarget_::getNextTarget | ( | ) |
void* BALL::NotificationTarget_::getTarget | ( | ) |
friend class NotificationManager_ [friend] |
friend class NotificationSource_ [friend] |
void* BALL::NotificationTarget_::target_ [private] |