コード例 #1
0
 def _dispose(self):
     self._paginator.onListUpdated -= self._onListUpdated
     self._paginator.onListItemsUpdated -= self._onListItemsUpdated
     self._cooldown.stop()
     self._cooldown = None
     self.stopClanListening()
     g_clanCtrl.clearClanCommonDataCache()
     super(ClanPersonalInvitesView, self)._dispose()
     return
コード例 #2
0
 def _dispose(self):
     self._paginator.onListUpdated -= self._onListUpdated
     self._paginator.onListItemsUpdated -= self._onListItemsUpdated
     self._cooldown.stop()
     self._cooldown = None
     self.stopClanListening()
     g_clanCtrl.clearClanCommonDataCache()
     super(ClanPersonalInvitesView, self)._dispose()
     return
コード例 #3
0
 def _dispose(self):
     self._cooldown.stop()
     self._cooldown = None
     self.stopClanListening()
     self.__clanFinder.onListUpdated -= self._onClansListUpdated
     g_clanCtrl.clearClanCommonDataCache()
     self._searchDP.fini()
     self._searchDP = None
     super(ClanSearchWindow, self)._dispose()
     return
コード例 #4
0
 def _dispose(self):
     self._cooldown.stop()
     self._cooldown = None
     self.stopClanListening()
     self.__clanFinder.onListUpdated -= self._onClansListUpdated
     g_clanCtrl.clearClanCommonDataCache()
     self._searchDP.fini()
     self._searchDP = None
     super(ClanSearchWindow, self)._dispose()
     return