public class PostponedDisplayDialogMessage
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.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList |
taskList |
private DialogTemplate |
template |
| Constructor and Description |
|---|
PostponedDisplayDialogMessage(org.joda.time.DateTime executionTime,
DialogTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
private void |
initialize() |
void |
run() |
private final DialogTemplate template
@Autowired private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList taskList
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messageSource
public PostponedDisplayDialogMessage(org.joda.time.DateTime executionTime,
DialogTemplate template)
@PostConstruct private void initialize()
public void run()
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.