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.utilities.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.IHumanPlayer |
player |
private ch.sahits.game.openpatrician.model.service.ModelTranslations |
translator |
private ch.sahits.game.openpatrician.model.product.IWare |
ware |
| Constructor and Description |
|---|
BuyWares(ch.sahits.game.openpatrician.clientserverinterface.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.IHumanPlayer 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.utilities.l10n.Locale locale
@Autowired private ch.sahits.game.openpatrician.model.service.ModelTranslations translator
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messageSource
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.