8384858687888990919293
@Override public void actionPerformed(ActionEvent e) { try { eventsBlockingQueue.put(new StartGameEvent()); } catch (InterruptedException e1) { e1.printStackTrace(); } }