Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

EventSender< PolymorphEvent > Class Template Reference

#include <EventSender.hh>

List of all members.

Static Public Methods

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.hh.


Member Function Documentation

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.hh.

References PolymorphEvent::send().


The documentation for this class was generated from the following file:
Generated on Sun Feb 16 16:56:24 2003 for C++ Event Handling Template Library by doxygen1.2.18