private class GamesCommandFactory.LoadBuilder extends CookieBuilder
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
cookie, playerIndex| Modifier | Constructor and Description |
|---|---|
private |
LoadBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ICommand |
BuildCommand()
Builds a command.
|
void |
SetData(java.lang.String object)
The serialized data that needs passed to the command.
|
SetCookiepublic ICommand BuildCommand()
ICommandBuilderpublic void SetData(java.lang.String object)
ICommandBuilderobject - Serialized object data.