Internal class to store subscriber data. More...
#include <Blackboard.h>

Public Member Functions | |
| Subscriber (ImNotifiable *c=0, int b=-1) | |
| Inits this subscriber with the passed values. | |
Public Attributes | |
| ImNotifiable * | client |
| Pointer to the subscriber. | |
| int | scopeModuleId |
| The scope for the subscriber. | |
Internal class to store subscriber data.
Definition at line 65 of file Blackboard.h.
1.7.1