casa
$Rev:20696$
|
00001 /* 00002 * PropertyListener.h 00003 * 00004 * Created on: Sep 28, 2012 00005 * Author: slovelan 00006 */ 00007 00008 #ifndef PROPERTYLISTENER_H_ 00009 #define PROPERTYLISTENER_H_ 00010 00011 namespace casa { 00012 00013 class PropertyListener { 00014 public: 00015 PropertyListener(); 00016 virtual void propertiesChanged() = 0; 00017 virtual ~PropertyListener(); 00018 }; 00019 00020 } /* namespace casa */ 00021 #endif /* PROPERTYLISTENER_H_ */