NEOCCA bindings Specification  0.2.8
ParameterGetListener.hh
Go to the documentation of this file.
00001 #ifndef neo_ParameterGetListener_h_seen
00002 #define neo_ParameterGetListener_h_seen
00003 
00004 namespace neo {
00005 namespace cca {
00006 namespace ports {
00007 
00008 
00012 class ParameterGetListener {
00013 public:
00014         
00015   virtual ~ParameterGetListener() {}
00016   
00020   virtual void updateParameterPort(const std::string & portName)= 0;
00021 }; // end interface ParameterGetListener
00022 
00023 }  // end namespace ports
00024 }  // end namespace cca
00025 }  // end namespace neo
00026 #endif // neo_ParameterGetListener_h_seen