#include <dvEvents.h>


Public Member Functions | |
| dvHeartbeat () | |
| ~dvHeartbeat () | |
| virtual void | send () const |
Public Attributes | |
| mdDG | mdg |
| mdReply | dgr |
Definition at line 4 of file dvEvents.h.
| dvHeartbeat::dvHeartbeat | ( | ) | [inline] |
Definition at line 10 of file dvEvents.h.
| dvHeartbeat::~dvHeartbeat | ( | ) | [inline] |
Definition at line 17 of file dvEvents.h.
| virtual void dvHeartbeat::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 18 of file dvEvents.h.
Definition at line 7 of file dvEvents.h.
Definition at line 8 of file dvEvents.h.
1.5.6