@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 ch.sahits.game.openpatrician.model.ship.IShip |
ship |
| Constructor and Description |
|---|
AIRepairTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
private final ch.sahits.game.openpatrician.model.ship.IShip ship
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.