glv::Notification Class Reference

Notification object. More...

#include <glv_observer_pattern.h>

List of all members.

Public Member Functions

 Notification (Notifier *sndr, void *rcvr=0, const void *data=0)
Notifiersender () const
 Get pointer to sending object.
void * receiver () const
 Get pointer to receiving object.
const void * data () const
 Get pointer to data object.


Detailed Description

Notification object.

This is passed into notification callbacks


Constructor & Destructor Documentation

glv::Notification::Notification ( Notifier sndr,
void *  rcvr = 0,
const void *  data = 0 
) [inline]

Parameters:
[in] sndr Pointer to sending object (subject)
[in] rcvr Pointer to receiving object (observer)
[in] data Pointer to data object


The documentation for this class was generated from the following file:

Generated on Thu Aug 12 23:55:16 2010 for GLV by  doxygen 1.5.5