Example #1
0
    def __init__(self, api):
        AbstractHandler.__init__(self, api)
        self.clients = []
        self.lock = Lock()

        self.core.evm.listenTo("event", self.add_event)
Example #2
0
 def __init__(self, api):
     AbstractHandler.__init__(self, api)
     self.clients = []
     self.lock = Lock()
Example #3
0
    def __init__(self, api):
        AbstractHandler.__init__(self, api)
        self.clients = []
        self.lock = Lock()

        self.core.evm.listenTo("event", self.add_event)
Example #4
0
 def __init__(self, api):
     AbstractHandler.__init__(self, api)
     self.clients = []
     self.lock = Lock()