![]() |
aGrUM
0.13.0
|
aGrUM has its own implementation of signalers/listeners.
Let's say that class A
has a method f(int i,char ch)
and would like to give to everyone the right to know whenever f()
is run.
Note that for class A
, adding signaler is very light : a new public attribute and a GUM_EMITx when needed (where x is the number of args).
Now, how to listen to such a signal ?