def doNotifyDisconnected(self, arg):
     """
     Action method.
     """
     proxy_interface.interface_disconnected()
Exemple #2
0
 def doNotifyDisconnected(self, *args, **kwargs):
     """
     Action method.
     """
     proxy_interface.interface_disconnected().addErrback(lambda _: None)