public class LobbyConfig
extends com.threerings.crowd.data.PlaceConfig
| Constructor and Description |
|---|
LobbyConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.threerings.crowd.client.PlaceController |
createController() |
JComponent |
createMatchMakingView(MiCasaContext ctx)
Derived classes override this function and create the appropriate
matchmaking user interface component.
|
GameConfig |
getGameConfig()
Instantiates and returns a game config instance using the game
config classname provided by the lobby configuration parameters.
|
String |
getManagerClassName() |
void |
init(Properties config)
Initializes this lobby config object with the properties that are
used to configure the lobby.
|
public com.threerings.crowd.client.PlaceController createController()
createController in class com.threerings.crowd.data.PlaceConfigpublic String getManagerClassName()
getManagerClassName in class com.threerings.crowd.data.PlaceConfigpublic JComponent createMatchMakingView(MiCasaContext ctx)
public GameConfig getGameConfig() throws Exception
Exception - thrown if a problem occurs loading or
instantiating the class.public void init(Properties config) throws Exception
ExceptionCopyright © 2015. All rights reserved.