@Configuration
@Import(value={ch.sahits.game.openpatrician.spring.ClientServerInterfaceStandaloneConfiguration.class,ch.sahits.game.openpatrician.spring.ServerConfiguration.class,UICommonConfiguration.class})
@ComponentScan(basePackages="ch.sahits.game.event.handler")
public class StandaloneConfiguration
extends Object
| Constructor and Description |
|---|
StandaloneConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CheatKeyEventListener |
cheatModeKeyListener() |
static 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.event.IEventPropagator |
standaloneMessagePropagator() |
SubMenu |
subMenu() |
ViewStatus |
viewStatus() |
@Bean public static 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.event.IEventPropagator standaloneMessagePropagator()
@Bean @Lazy public ch.sahits.game.openpatrician.engine.sea.IPathConverter pathConverter()
@Bean @Lazy public CheatKeyEventListener cheatModeKeyListener()
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.