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