class documentation

CardObserver is a base abstract class for objects that are to be notified upon smart card insertion / removal.

Method __init__ Undocumented
Method update Called upon smart card insertion / removal.
def update(self, observable, handlers):

Called upon smart card insertion / removal.

Parameters
observable
handlers
  • addedcards: list of inserted smart cards causing notification
  • removedcards: list of removed smart cards causing notification