public class StartNewGameHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private GameStatus |
gameStatus |
private ViewStatus |
viewStatus |
| Constructor and Description |
|---|
StartNewGameHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNewGameStart(ch.sahits.game.openpatrician.event.data.NewGameClient newGameDTO) |
private void |
initializeEventSystem() |
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
@Autowired private GameStatus gameStatus
@Autowired private ViewStatus viewStatus
@PostConstruct private void initializeEventSystem()
public void handleNewGameStart(ch.sahits.game.openpatrician.event.data.NewGameClient newGameDTO)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.