CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DQMServices/XdaqCollector/interface/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