public class PostStateDialogToHumanPlayerTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private String |
messageKey |
private Object[] |
messageParams |
private ch.sahits.game.openpatrician.model.IPlayer |
player |
private ch.sahits.game.openpatrician.model.ui.IDialogState |
state |
| Constructor and Description |
|---|
PostStateDialogToHumanPlayerTask(java.time.LocalDateTime executionTime,
ch.sahits.game.openpatrician.model.ui.IDialogState state,
ch.sahits.game.openpatrician.model.IPlayer player,
String messageKey,
Object[] messageParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final ch.sahits.game.openpatrician.model.ui.IDialogState state
private final ch.sahits.game.openpatrician.model.IPlayer player
private final String messageKey
private final Object[] messageParams
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.