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 |
Clear the change flag |
| Method | count |
Return the number of Observers |
| Method | delete |
Remove all observers |
| Method | has |
Somethig has changed? |
| 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 'handlers'. |
| Method | set |
Set the change flag |
| Instance Variable | changed |
Undocumented |
| Instance Variable | obs |
Undocumented |
Inherited from Synchronization (via Observable):
| Instance Variable | mutex |
Undocumented |