public class LoanerCollectMoneyWithoutAuctionTimedTask
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.IPlayer |
debitor |
private ch.sahits.game.openpatrician.model.city.impl.IDebt |
debt |
| Constructor and Description |
|---|
LoanerCollectMoneyWithoutAuctionTimedTask(ch.sahits.game.openpatrician.model.city.impl.IDebt debt,
ch.sahits.game.openpatrician.model.IPlayer debitor,
org.joda.time.DateTime deadline) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
private ch.sahits.game.openpatrician.model.city.impl.IDebt debt
private ch.sahits.game.openpatrician.model.IPlayer debitor
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.