public class FinedTimedTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private int |
fine |
private String |
messageKey |
private ch.sahits.game.openpatrician.model.IHumanPlayer |
player |
| Constructor and Description |
|---|
FinedTimedTask(ch.sahits.game.openpatrician.model.IHumanPlayer player,
int fine,
String messageKey,
org.joda.time.DateTime deadline) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
private final ch.sahits.game.openpatrician.model.IHumanPlayer player
private final int fine
private final String messageKey
public FinedTimedTask(ch.sahits.game.openpatrician.model.IHumanPlayer player,
int fine,
String messageKey,
org.joda.time.DateTime deadline)
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.