class documentation

class _ReaderObserver(ReaderObserver):

View In Hierarchy

Inner ReaderObserver. Gets notified of reader insertion/removal by the ReaderMonitor.

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

ReaderObserver callback that is notified when readers are added or removed.

readertreectrl =

Undocumented