38
42
properties and calls a hook function when any of them are
41
def __init__(self, proxy_object=None, properties=None, *args,
45
def __init__(self, proxy_object=None, *args, **kwargs):
43
46
self.proxy = proxy_object # Mandos Client proxy object
49
49
self.proxy.connect_to_signal(u"PropertyChanged",
58
57
super(MandosClientPropertyCache, self).__init__(
62
60
def property_changed(self, property=None, value=None):
63
61
"""This is called whenever we get a PropertyChanged signal