Class LoadGameScene


  • public class LoadGameScene
    extends BaseStartupScene
    Scene for initally selecting a savegame, load it and start it.
    • Field Detail

      • uiFactory

        @Autowired
        private UIFactory uiFactory
      • gameFactory

        @Autowired
        private GameFactory gameFactory
      • locale

        @Autowired
        private Locale locale
      • messageSource

        @Autowired
        private org.springframework.context.MessageSource messageSource
      • gameDate

        @Autowired
        private Date gameDate
      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
      • timerEventBus

        @Autowired
        @Qualifier("timerEventBus")
        private com.google.common.eventbus.AsyncEventBus timerEventBus
    • Constructor Detail

      • LoadGameScene

        public LoadGameScene()