class documentation
class __CardMonitorSingleton(Observable):
The real smart card monitor class.
A single instance of this class is created by the public CardMonitor class.
| Method | __init__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Method | add |
Add an observer. |
| Method | delete |
Remove an observer. |
| Instance Variable | rmthread |
Undocumented |
Inherited from Observable:
| Method | clear |
Undocumented |
| Method | count |
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 (via Observable):
| Instance Variable | mutex |
Undocumented |