public interface Game
Modifier and Type | Method and Description |
---|---|
String |
getGameName()
Get the name of the game.
|
Object |
getId() |
void |
setGameName(String gameName)
Set the name of the game.
|
void |
setId(Object id) |
Object |
unload()
Unloads the current game, by closing all sessions.
|
Object getId()
void setId(Object id)
id
- Sets the unique id for this game.String getGameName()
void setGameName(String gameName)
gameName
- Set the preferably unique game name.Object unload()
ChannelFuture
object.Copyright © 2012. All Rights Reserved.