class documentation

ReaderObserver is a base abstract class for objects that are to be notified upon smartcard reader insertion/removal.

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

Called upon reader insertion/removal.

Parameters
observable
handlers
  • addedreaders: list of added readers causing notification
  • removedreaders: list of removed readers causing notification