#include <cdEvents.h>


Public Member Functions | |
| virtual void | send () const |
Definition at line 40 of file cdEvents.h.
| virtual void cdShutdown::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 43 of file cdEvents.h.
1.5.6