Exemple #1
0
 def close(self, notID):
     LOG_DEBUG('PollItem.close', notID, self._name)
     g_eventBus.handleEvent(
         WGNCShowItemEvent(notID, self._name,
                           WGNCShowItemEvent.CLOSE_POLL_WINDOW),
         EVENT_BUS_SCOPE.LOBBY)
Exemple #2
0
 def show(self, notID):
     LOG_DEBUG('PollItem.show', notID, self._name)
     g_eventBus.handleEvent(
         WGNCShowItemEvent(notID, self._name,
                           WGNCShowItemEvent.SHOW_POLL_WINDOW),
         EVENT_BUS_SCOPE.LOBBY)