Beispiel #1
0
 def __init__(self, the_Reporter, the_observer_service):
     AbstractActions.__init__(self, the_Reporter)
     self.the_observer_service = the_observer_service
Beispiel #2
0
 def __init__(self, the_Reporter):
     AbstractActions.__init__(self, the_Reporter)
Beispiel #3
0
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter, the_MainProcessContextObject)
Beispiel #4
0
 def __init__(self, the_Reporter):
     AbstractActions.__init__(self, the_Reporter)
Beispiel #5
0
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter,
                              the_MainProcessContextObject)
Beispiel #6
0
 def __init__(self, the_Reporter, the_observer_service):
     AbstractActions.__init__(self, the_Reporter)
     self.the_observer_service = the_observer_service