#include <Interfaces.h>
Inherits DigitalSpaces::DIObjectBase.
The name and meaning of the event is entirely dependant on the implementation.
Public Member Functions | |
| void | subscribeToEvent (const char *sEventName, DIEventSubscriber1 *pEventSubscriber) |
| void DigitalSpaces::DIEventProvider1::subscribeToEvent | ( | const char * | sEventName, | |
| DIEventSubscriber1 * | pEventSubscriber | |||
| ) |
| sEventName | An identifier of the event you wish to receive callbacks for | |
| pEventSubscriber | The object that will have DIEventSubscriber1::ReceiveEvent called when the named event occurs. Commonly, the C++ this pointer is used. |
1.5.6