#include <EventSender.h>
Static Public Member Functions | |
| static void | send (const PolymorphEvent &event) |
Definition at line 92 of file EventSender.h.
| static void EventSender< PolymorphEvent >::send | ( | const PolymorphEvent & | event | ) | [inline, static] |
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.h.
1.5.6