@Component(value="aIRepairTask")
@Scope(value="prototype")
class AIRepairTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private static org.apache.logging.log4j.Logger |
LOGGER |
private ch.sahits.game.openpatrician.model.ship.IShip |
ship |
private ch.sahits.game.openpatrician.model.city.IShipyard |
shipyard |
| Constructor and Description |
|---|
AIRepairTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.city.IShipyard shipyard) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private static final org.apache.logging.log4j.Logger LOGGER
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
private final ch.sahits.game.openpatrician.model.ship.IShip ship
private final ch.sahits.game.openpatrician.model.city.IShipyard shipyard
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.