NEOCCA bindings Specification  0.2.8
ParameterSetListener.hh
Go to the documentation of this file.
00001 #ifndef neo_ParameterSetListener_h_seen
00002 #define neo_ParameterSetListener_h_seen
00003 namespace neo {
00004 namespace cca {
00005 namespace ports {
00006 
00007 
00012 class ParameterSetListener {
00013 public:
00014         
00015   virtual ~ParameterSetListener() {}
00016 
00023   virtual void updatedParameterValue(std::string portName, std::string fieldName)= 0;
00024 
00025 }; // end interface ParameterSetListener
00026 
00027 }  // end namespace ports
00028 }  // end namespace cca
00029 }  // end namespace neo
00030 #endif // neo_ParameterSetListener_h_seen