class BuyWares
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private ch.sahits.game.openpatrician.model.product.AmountablePrice<ch.sahits.game.openpatrician.model.product.IWare> |
amountable |
private ch.sahits.game.openpatrician.model.city.ICity |
city |
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private ch.sahits.game.openpatrician.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.IPlayer |
player |
private ch.sahits.game.openpatrician.model.util.ModelTranslations |
translator |
private ch.sahits.game.openpatrician.model.product.IWare |
ware |
| Constructor and Description |
|---|
BuyWares(ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityPlayerProxy,
ch.sahits.game.openpatrician.model.people.IBuyer buyer) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final ch.sahits.game.openpatrician.model.IPlayer player
private final ch.sahits.game.openpatrician.model.city.ICity city
private final ch.sahits.game.openpatrician.model.product.AmountablePrice<ch.sahits.game.openpatrician.model.product.IWare> amountable
private final ch.sahits.game.openpatrician.model.product.IWare ware
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired private ch.sahits.game.openpatrician.model.util.ModelTranslations translator
@Autowired private org.springframework.context.MessageSource messageSource
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.