class documentation
class Observer:
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.ReaderObserver
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.