This notification is fired at the end of cGate::connectTo(), to announce that a connection between the given gate and its peer (gate->getNextGate()) has been created. More...
#include <cmodelchange.h>
Public Attributes | |
cGate * | gate |
This notification is fired at the end of cGate::connectTo(), to announce that a connection between the given gate and its peer (gate->getNextGate()) has been created.
This notification is fired on the module that contains the source gate. of the connection. If you wish to listen on the target gate of the connection being connected, you should add the listener to the parent module (as notifications propagate up).