public class PostponedDisplayMessage
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private String |
message |
private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList |
taskList |
| Constructor and Description |
|---|
PostponedDisplayMessage(org.joda.time.DateTime executionTime,
String message) |
| Modifier and Type | Method and Description |
|---|---|
private void |
initialize() |
void |
run() |
private final String message
@Autowired private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList taskList
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
public PostponedDisplayMessage(org.joda.time.DateTime executionTime,
String message)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.