Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

listener::EventRecorder Class Reference

An event recorder. More...

#include <event_recorder.h>

List of all members.

Public Member Functions

void record (Event *)
 Record a new event.
void clear ()
 Clear all recorded events.
void play (Publisher *)
 Play in one shot all recorded events. The order of the emition is the one used to record them.


Detailed Description

An event recorder.

   EventRecorder recorder ;
   recorder.igs_record(Event1) ;
   recorder.igs_record(MsgEvent("Hello world")) ;
   recorder.igs_record(StopEvent) ;

   Publisher p ;
   recorder.play(&p) ;

Author:
fmaerten
Date:
Thu Dec 1 08:15:24 CET 2005
Remarks:
Some remarks about EventRecorder
This revision :

Author :

Author
fmaerten
Date :
Date
2005/12/13 09:17:13
Revision :
Revision
1.4

Copyright (C) 2004, Igeoss - All Rights Reserved.


The documentation for this class was generated from the following file:
Generated on Mon Jan 30 11:57:50 2006 for EventListener by  doxygen 1.3.9.1