class documentation

class _CardObserver(CardObserver):

View In Hierarchy

Inner CardObserver. Gets notified of card insertion removal by the CardMonitor.

Method __init__ Undocumented
Method update CardObserver callback that is notified when cards are added or removed.
Instance Variable cardtreectrl Undocumented
def __init__(self, cardtreectrl):
def update(self, observable, handlers):

CardObserver callback that is notified when cards are added or removed.

cardtreectrl =

Undocumented