Exemplo n.º 1
0
 def onWindowClose(self):
     if isGoldFishActionActive():
         AccountSettings.setFilter(GOLD_FISH_LAST_SHOW_TIME,
                                   getCurrentTimestamp())
         self.fireEvent(
             events.CloseWindowEvent(
                 events.CloseWindowEvent.GOLD_FISH_CLOSED),
             EVENT_BUS_SCOPE.LOBBY)
     self.destroy()
Exemplo n.º 2
0
 def __onClose(self):
     g_eventBus.handleEvent(
         events.CloseWindowEvent(
             events.CloseWindowEvent.ELITE_WINDOW_CLOSED))
     self.destroyWindow()