class DelayedCaughtAction extends ch.sahits.game.openpatrician.model.event.TimedTask implements IDelayedCaughtAction
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private ch.sahits.game.openpatrician.model.Date |
date |
private ch.sahits.game.openpatrician.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.IPlayer |
player |
private Random |
rnd |
| Constructor and Description |
|---|
DelayedCaughtAction(ch.sahits.game.openpatrician.model.IPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
private void |
initialize() |
void |
run() |
private final ch.sahits.game.openpatrician.model.IPlayer player
@Autowired private ch.sahits.game.openpatrician.model.Date date
@Autowired private Random rnd
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messageSource
public DelayedCaughtAction(ch.sahits.game.openpatrician.model.IPlayer player)
@PostConstruct private void initialize()
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.