EventSender< PolymorphEvent > Class Template Reference

#include <EventSender.h>

List of all members.

Static Public Member Functions

static void send (const PolymorphEvent &event)


Detailed Description

template<>
class EventSender< PolymorphEvent >

Specialization of EventSender for events inheriting from PolymorphEvent. This provides a natural alternative to the call on Polymorph::send().

Definition at line 92 of file EventSender.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Mon Jan 10 22:33:44 2011 by  doxygen 1.5.6