class ConcurrentReconciliation
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.Date |
date |
private ch.sahits.game.openpatrician.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList |
timedUpdatableTaskList |
| Constructor and Description |
|---|
ConcurrentReconciliation() |
| Modifier and Type | Method and Description |
|---|---|
private void |
initialize() |
void |
run() |
@Autowired private ch.sahits.game.openpatrician.model.Date date
@Autowired private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList timedUpdatableTaskList
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired private org.springframework.context.MessageSource messageSource
@PostConstruct private void initialize()
public void run()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.