Пример #1
0
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.getClientID())
     super(BaseRallyMainWindow,
           self)._onUnregisterFlashComponent(viewPy, alias)
 def _onUnregisterFlashComponent(self, viewPy, alias):
     super(StrongholdBattleRoom, self)._onUnregisterFlashComponent(viewPy, alias)
     if alias == VIEW_ALIAS.MINIMAP_GRID:
         events_dispatcher.rqDeactivateChannel(self.__getClientID())
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.getClientID())
     super(CyberSportRespawnViewMeta, self)._onUnregisterFlashComponent(viewPy, alias)
Пример #4
0
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.getClientID())
     super(BaseRallyMainWindow, self)._onUnregisterFlashComponent(viewPy, alias)
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.getClientID())
     super(CyberSportRespawnViewMeta,
           self)._onUnregisterFlashComponent(viewPy, alias)
Пример #6
0
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.__clientID)
 def _onUnregisterFlashComponent(self, viewPy, alias):
     if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT:
         events_dispatcher.rqDeactivateChannel(self.__clientID)