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