#include <mdevents.h>


Public Member Functions | |
| virtual void | send () const |
Definition at line 53 of file mdevents.h.
| virtual void mdCDPulse::send | ( | ) | const [inline, virtual] |
Causes this event to be sent out to all listeners. The subclass must provide an override so the event can be used polymorphically. This allows you to have a container of PolymorphEvent's of unknown concrete types, e.g. to queue events of different types.
Implements PolymorphEvent.
Definition at line 56 of file mdevents.h.
1.5.6