class documentation
class Observable(Synchronization):
Known subclasses: smartcard.CardConnection.CardConnection
, smartcard.ReaderMonitoring.ReaderMonitor
, smartcard.CardMonitoring.CardMonitor.__CardMonitorSingleton
Undocumented
Method | __init__ |
Undocumented |
Method | add |
Undocumented |
Method | clear |
Undocumented |
Method | count |
Undocumented |
Method | delete |
Undocumented |
Method | delete |
Undocumented |
Method | has |
Undocumented |
Method | notify |
If 'changed' indicates that this object has changed, notify all its observers, then call clearChanged(). Each observer has its update() called with two arguments: this observable object and the generic 'arg'. |
Method | set |
Undocumented |
Instance Variable | changed |
Undocumented |
Instance Variable | obs |
Undocumented |
Inherited from Synchronization
:
Instance Variable | mutex |
Undocumented |