ADTF
|
Callback interface that informs about added and/or removed signals. More...
Public Member Functions | |
virtual void | SignalAdded (const ISignalRegistry::tSignalAttributes &sSignalAttributes)=0 |
Called when a new signal has been added. More... | |
virtual void | SignalRemoved (const ISignalRegistry::tSignalAttributes &sSignalAttributes)=0 |
Called when a signal has been removed. More... | |
Callback interface that informs about added and/or removed signals.
Definition at line 41 of file signal_listening_intf.h.
|
pure virtual |
Called when a new signal has been added.
[in] | sSignalAttributes | The attributes of the signal. |
Implemented in cTestListener.
|
pure virtual |
Called when a signal has been removed.
[in] | sSignalAttributes | The attributes of the signal. |
Implemented in cTestListener.