class RefitShipTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
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) |
| 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
@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 private org.springframework.context.MessageSource messageSource
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.