Exemplo n.º 1
0
 def stop(self):
     g_sessionProvider.getNotificationsCtrl().stop()
     if self.__flagNotification is not None:
         self.__flagNotification.destroy()
         self.__flagNotification = None
     super(FlagNotificationPlugin, self).stop()
     return
Exemplo n.º 2
0
 def stop(self):
     g_sessionProvider.getNotificationsCtrl().stop()
     if self.__flagNotification is not None:
         self.__flagNotification.destroy()
         self.__flagNotification = None
     super(FlagNotificationPlugin, self).stop()
     return
Exemplo n.º 3
0
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)
Exemplo n.º 4
0
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)