Package net.sf.colossus.server
Class StartGameForWebclient
- java.lang.Object
-
- net.sf.colossus.server.StartGameForWebclient
-
- All Implemented Interfaces:
IStartHandler
public class StartGameForWebclient extends java.lang.Object implements IStartHandler
-
-
Field Summary
Fields Modifier and Type Field Description private GameServerSide
game
private static java.util.logging.Logger
LOGGER
private java.lang.String
username
private WhatNextManager
whatNextManager
-
Constructor Summary
Constructors Constructor Description StartGameForWebclient(WhatNextManager whatNextMgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private GameServerSide
getGame()
private java.lang.String
getHostingUsername()
void
startWebGameLocally(Options presetOptions, java.lang.String username)
-
-
-
Field Detail
-
LOGGER
private static final java.util.logging.Logger LOGGER
-
whatNextManager
private final WhatNextManager whatNextManager
-
game
private GameServerSide game
-
username
private java.lang.String username
-
-
Constructor Detail
-
StartGameForWebclient
public StartGameForWebclient(WhatNextManager whatNextMgr)
-
-
Method Detail
-
startWebGameLocally
public void startWebGameLocally(Options presetOptions, java.lang.String username)
- Specified by:
startWebGameLocally
in interfaceIStartHandler
-
getGame
private GameServerSide getGame()
-
getHostingUsername
private java.lang.String getHostingUsername()
-
-