class BreakInAction extends ch.sahits.game.openpatrician.model.event.TimedTask implements IBreakInAction
| 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.utilities.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.IPlayer |
opponent |
private Random |
rnd |
| Constructor and Description |
|---|
BreakInAction(ch.sahits.game.openpatrician.model.IPlayer opponent) |
| Modifier and Type | Method and Description |
|---|---|
private void |
initializ() |
void |
run() |
@Autowired private ch.sahits.game.openpatrician.model.Date date
@Autowired private Random rnd
@Autowired private ch.sahits.game.openpatrician.utilities.l10n.Locale locale
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messageSource
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
private final ch.sahits.game.openpatrician.model.IPlayer opponent
public BreakInAction(ch.sahits.game.openpatrician.model.IPlayer opponent)
@PostConstruct private void initializ()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.