CMS 3D CMS Logo

UpdateObserver.h

Go to the documentation of this file.
00001 #ifndef DQMSERVICES_COMPONENTS_UPDATEOBSERVER_H
00002 #define DQMSERVICES_COMPONENTS_UPDATEOBSERVER_H
00003 
00004 namespace dqm
00005 {
00006 
00007   class UpdateObserver
00008   { 
00009   public:
00010 
00011     UpdateObserver(){}
00012     virtual ~UpdateObserver(){}
00013     virtual void onUpdate() const = 0;
00014 
00015   private:
00016     
00017     
00018 
00019   };
00020 }
00021 #endif

Generated on Tue Jun 9 17:34:16 2009 for CMSSW by  doxygen 1.5.4