#include <EventSender.hh>
Static Public Methods | |
void | send (const PolymorphEvent &event) |
Definition at line 92 of file EventSender.hh.
|
Send the polymorphic event to its listeners. It simply calls PolymorphEvent::send(), which must be overriden by subclasses of PolymorphEvent to call EventSender<EvType>::send(const EvType&). Hence see the latter for more info. Definition at line 100 of file EventSender.hh. References PolymorphEvent::send(). |