OMK::ValuedEvent< UserType >::ValuedEventCreator Class Reference

#include <OMKValuedEvent.h>

Inheritance diagram for OMK::ValuedEvent< UserType >::ValuedEventCreator:

Inheritance graph
[legend]
Collaboration diagram for OMK::ValuedEvent< UserType >::ValuedEventCreator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ValuedEventCreator ()
virtual ~ValuedEventCreator ()

Protected Member Functions

virtual EventcreateRealEvent (const EventIdentifier &event, const Date &date, const Name &sender, const Name &receiver)

Detailed Description

template<typename UserType>
class OMK::ValuedEvent< UserType >::ValuedEventCreator

Definition at line 95 of file OMKValuedEvent.h.


Constructor & Destructor Documentation

template<typename UserType>
OMK::ValuedEvent< UserType >::ValuedEventCreator::ValuedEventCreator (  )  [inline]

Definition at line 98 of file OMKValuedEvent.h.

00098 : EventCreator ( typeid( ValuedEvent<UserType> ).name() ) {}

template<typename UserType>
virtual OMK::ValuedEvent< UserType >::ValuedEventCreator::~ValuedEventCreator (  )  [inline, virtual]

Definition at line 99 of file OMKValuedEvent.h.

00099 {} 


Member Function Documentation

template<typename UserType>
virtual Event* OMK::ValuedEvent< UserType >::ValuedEventCreator::createRealEvent ( const EventIdentifier event,
const Date date,
const Name sender,
const Name receiver 
) [inline, protected, virtual]

Reimplemented from OMK::EventCreator.

Definition at line 101 of file OMKValuedEvent.h.

References OMK::Event::receiver, and OMK::Event::sender.

00102     {
00103       return new ValuedEvent<UserType> (event, date, sender, receiver) ;
00104     }      


logo OpenMask

Documentation generated on Mon Jun 9 11:46:01 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007