NEOCCA bindings Specification  0.2.8
ParameterGetListener.hh
Go to the documentation of this file.
1 #ifndef neo_ParameterGetListener_h_seen
2 #define neo_ParameterGetListener_h_seen
3 
4 namespace neo {
5 namespace cca {
6 namespace ports {
7 
8 
13 public:
14 
15  virtual ~ParameterGetListener() {}
16 
20  virtual void updateParameterPort(const std::string & portName)= 0;
21 }; // end interface ParameterGetListener
22 
23 } // end namespace ports
24 } // end namespace cca
25 } // end namespace neo
26 #endif // neo_ParameterGetListener_h_seen
virtual ~ParameterGetListener()
Definition: ParameterGetListener.hh:15
virtual void updateParameterPort(const std::string &portName)=0
Inform the listener that someone is about to fetch their typemap (well, a copy thereof).
This interface is typically implemented by a component using the neo::ports::ParameterPortFactory dyn...
Definition: ParameterGetListener.hh:12
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62