#include <mdevents.h>


Public Member Functions | |
| mdAttention (int count) | |
| virtual void | send () const |
Definition at line 4 of file mdevents.h.
| mdAttention::mdAttention | ( | int | count | ) | [inline] |
Definition at line 8 of file mdevents.h.
| virtual void mdAttention::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 9 of file mdevents.h.
1.5.6