class documentation
class Observer(object):
Known subclasses: smartcard.CardConnectionObserver.CardConnectionObserver, smartcard.CardMonitoring.CardObserver, smartcard.ReaderMonitoring.ReaderObserver
Undocumented
| Method | update |
Called when the observed object is modified. You call an Observable object's notifyObservers method to notify all the object's observers of the change. |
overridden in
smartcard.CardConnectionObserver.CardConnectionObserver, smartcard.CardMonitoring.CardObserver, smartcard.ReaderMonitoring.ReaderObserverCalled when the observed object is modified. You call an Observable object's notifyObservers method to notify all the object's observers of the change.