예제 #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
예제 #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
예제 #3
0
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)
예제 #4
0
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)