class RefitShipTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
protected ICityPlayerProxyJFX |
city |
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private ch.sahits.game.openpatrician.model.ship.EShipUpgrade |
level |
private ch.sahits.game.openpatrician.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.ship.IShip |
ship |
private ch.sahits.game.openpatrician.model.ship.impl.ShipWeaponsLocationFactory |
shipWeaponLocationFactory |
| Constructor and Description |
|---|
RefitShipTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.ship.EShipUpgrade upgrade,
ICityPlayerProxyJFX city) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final ch.sahits.game.openpatrician.model.ship.IShip ship
private final ch.sahits.game.openpatrician.model.ship.EShipUpgrade level
protected final ICityPlayerProxyJFX city
@Autowired private ch.sahits.game.openpatrician.model.ship.impl.ShipWeaponsLocationFactory shipWeaponLocationFactory
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messageSource
public RefitShipTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.ship.EShipUpgrade upgrade,
ICityPlayerProxyJFX city)
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.