Exemplo n.º 1
0
 def stop(self):
     if not self.__isStarted:
         return
     self.__isStarted = False
     self.__stopListening()
     finiDevFunctional()
     self.__clear(woEvents=True)
     g_eventDispatcher.fini()
Exemplo n.º 2
0
 def stop(self):
     """
     Is called when its time to stop dispatchers work.
     """
     self.__stopListening()
     finiDevFunctional()
     self.__clear(woEvents=True)
     g_eventDispatcher.fini()
Exemplo n.º 3
0
 def stop(self):
     """
     Is called when its time to stop dispatchers work.
     """
     if not self.__isStarted:
         return
     self.__isStarted = False
     self.__stopListening()
     finiDevFunctional()
     self.__clear(woEvents=True)
     g_eventDispatcher.fini()