Homepage Demos Overview Downloads Tutorials Reference
Credits

EventGeneratorBase.cc

Go to the documentation of this file.
00001 #include "EventGeneratorBase.h"
00002 #include "Events/EventRouter.h"
00003 
00004 void
00005 EventGeneratorBase::DoStart() {
00006   BehaviorBase::DoStart();
00007   if(autoListen)
00008     erouter->addListener(this,getListenGeneratorID(),getListenSourceID());
00009 }
00010 
00011 void
00012 EventGeneratorBase::DoStop() {
00013   erouter->removeListener(this);
00014   BehaviorBase::DoStop();
00015 }
00016 
00017 /*! @file
00018  * @brief 
00019  * @author ejt (Creator)
00020  *
00021  * $Author: ejt $
00022  * $Name: tekkotsu-2_2 $
00023  * $Revision: 1.2 $
00024  * $State: Exp $
00025  * $Date: 2004/10/07 19:07:05 $
00026  */
00027 

Tekkotsu v2.2
Generated Tue Oct 19 14:19:14 2004 by Doxygen 1.3.9.1