This notification is fired at the end of cGate::disconnect(), to announce that the connection between the given gates has been deleted. More...
#include <cmodelchange.h>
Public Attributes | |
cGate * | gate |
cGate * | targetGate |
cChannel * | channel |
This notification is fired at the end of cGate::disconnect(), to announce that the connection between the given gates has been deleted.
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 disconnected, you should add the listener to the parent module (as notifications propagate up).