Package elisa :: Package core :: Package observers :: Module dict :: Class DictObserver
[hide private]
[frames] | no frames]

Class DictObserver

source code


Instance Methods [hide private]
 
modified(self, key, value)
Message sent by a DictObservable when one of its elements is modified.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

modified(self, key, value)

source code 
Message sent by a DictObservable when one of its elements is modified.
Parameters:
  • key (object) - key of the dictionary for which the value was modified
  • value (object) - new value associated to key