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