@Configuration
@Import(value={ch.sahits.game.openpatrician.clientserverinterface.ClientServerInterfaceStandaloneConfiguration.class,ch.sahits.game.openpatrician.server.ServerConfiguration.class,UICommonConfiguration.class})
@ComponentScan(basePackageClasses={IOpenPatricianDisplayEventHandlerComponents.class,ch.sahits.game.openpatrician.event.handler.IOpenPatricianGameEventHandlerComponents.class})
public class StandaloneConfiguration
extends Object
| Constructor and Description |
|---|
StandaloneConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CheatKeyEventListener |
cheatModeKeyListener() |
static ch.sahits.game.openpatrician.utilities.spring.DialogScope |
dialogScope() |
GameStatus |
gameStatus() |
MainGameView |
mainGameView(double width,
double height) |
MainMenu |
mainMenu() |
MiniMap |
miniMap() |
OpenPatricianNoticeBoard |
noticeBoard() |
ch.sahits.game.openpatrician.engine.sea.IPathConverter |
pathConverter() |
ch.sahits.game.openpatrician.clientserverinterface.event.IEventPropagator |
standaloneMessagePropagator() |
SubMenu |
subMenu() |
ViewStatus |
viewStatus() |
@Bean public static ch.sahits.game.openpatrician.utilities.spring.DialogScope dialogScope()
@Bean @Lazy public MiniMap miniMap()
@Bean @Lazy public MainMenu mainMenu()
@Bean @Lazy public SubMenu subMenu()
@Bean @Lazy public OpenPatricianNoticeBoard noticeBoard()
@Bean @Lazy public ViewStatus viewStatus()
@Bean @Lazy public GameStatus gameStatus()
@Bean @Scope(value="prototype") public MainGameView mainGameView(double width, double height)
@Bean public ch.sahits.game.openpatrician.clientserverinterface.event.IEventPropagator standaloneMessagePropagator()
@Bean @Lazy public ch.sahits.game.openpatrician.engine.sea.IPathConverter pathConverter()
@Bean @Lazy public CheatKeyEventListener cheatModeKeyListener()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.