def stop(self):
     g_sessionProvider.getNotificationsCtrl().stop()
     if self.__flagNotification is not None:
         self.__flagNotification.destroy()
         self.__flagNotification = None
     super(FlagNotificationPlugin, self).stop()
     return
 def stop(self):
     g_sessionProvider.getNotificationsCtrl().stop()
     if self.__flagNotification is not None:
         self.__flagNotification.destroy()
         self.__flagNotification = None
     super(FlagNotificationPlugin, self).stop()
     return
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)
 def __onLoad(self, _):
     self.__flagNotification = _FlagNotification(self._parentObj)
     g_sessionProvider.getNotificationsCtrl().start(self.__flagNotification)