@Configuration
@ComponentScan(value={"ch.sahits.game.openpatrician.engine","ch.sahits.game.openpatrician.javafx.util"})
public class EngineConfiguration
extends Object
| Constructor and Description |
|---|
EngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
applicationServerProperties() |
ClockTickTimer |
clockTickTimer() |
ch.sahits.game.openpatrician.util.MapInitializedBean |
mapInitializedBean() |
ch.sahits.game.openpatrician.util.StartNewGameBean |
startNewGameBean() |
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer applicationServerProperties()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.util.StartNewGameBean startNewGameBean()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.util.MapInitializedBean mapInitializedBean()
@Bean public ClockTickTimer clockTickTimer()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.