CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UpdateObserver.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_COMPONENTS_UPDATEOBSERVER_H
2 #define DQMSERVICES_COMPONENTS_UPDATEOBSERVER_H
3 
4 namespace dqm
5 {
6 
8  {
9  public:
10 
12  virtual ~UpdateObserver(){}
13  virtual void onUpdate() const = 0;
14 
15  private:
16 
17 
18 
19  };
20 }
21 #endif
virtual void onUpdate() const =0
virtual ~UpdateObserver()