public class WarehouseTentantLeaveTimedTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private ch.sahits.game.openpatrician.model.building.ITradingOffice |
office |
private ch.sahits.game.openpatrician.model.people.IWarehouseTenant |
tenant |
| Constructor and Description |
|---|
WarehouseTentantLeaveTimedTask(ch.sahits.game.openpatrician.model.building.ITradingOffice office,
ch.sahits.game.openpatrician.model.people.IWarehouseTenant tenant,
org.joda.time.DateTime dealine) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
private ch.sahits.game.openpatrician.model.building.ITradingOffice office
private ch.sahits.game.openpatrician.model.people.IWarehouseTenant tenant
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.