casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PropertyListener.h
Go to the documentation of this file.
1 /*
2  * PropertyListener.h
3  *
4  * Created on: Sep 28, 2012
5  * Author: slovelan
6  */
7 
8 #ifndef PROPERTYLISTENER_H_
9 #define PROPERTYLISTENER_H_
10 
11 namespace casa {
12 
14  public:
16  virtual void propertiesChanged() = 0;
17  virtual ~PropertyListener();
18  };
19 
20 } /* namespace casa */
21 #endif /* PROPERTYLISTENER_H_ */
virtual void propertiesChanged()=0