def __init__(self, the_Reporter, the_observer_service): AbstractActions.__init__(self, the_Reporter) self.the_observer_service = the_observer_service
def __init__(self, the_Reporter): AbstractActions.__init__(self, the_Reporter)
def __init__(self, the_Reporter, the_MainProcessContextObject): AbstractActions.__init__(self, the_Reporter, the_MainProcessContextObject)